Trying talosctl patch instead
This commit is contained in:
parent
f5c9471199
commit
ee03c3b5b7
1 changed files with 2 additions and 2 deletions
|
|
@ -100,8 +100,8 @@ resource "null_resource" "talos_cluster_patches" {
|
|||
provisioner "local-exec" {
|
||||
command = <<EOT
|
||||
# Apply ONLY your custom patches (not the full config)
|
||||
talosctl apply-config \
|
||||
--config-patch @patches/controlplane-patch.yaml \
|
||||
talosctl patch machineconfig \
|
||||
--patch-file patches/controlplane-patch.yaml \
|
||||
--nodes 10.5.0.2
|
||||
EOT
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue