Trying talosctl patch instead

This commit is contained in:
vandomej 2025-09-28 21:29:38 -07:00
parent f5c9471199
commit ee03c3b5b7

View file

@ -100,8 +100,8 @@ resource "null_resource" "talos_cluster_patches" {
provisioner "local-exec" { provisioner "local-exec" {
command = <<EOT command = <<EOT
# Apply ONLY your custom patches (not the full config) # Apply ONLY your custom patches (not the full config)
talosctl apply-config \ talosctl patch machineconfig \
--config-patch @patches/controlplane-patch.yaml \ --patch-file patches/controlplane-patch.yaml \
--nodes 10.5.0.2 --nodes 10.5.0.2
EOT EOT
} }