Reverting configuration changes

This commit is contained in:
vandomej 2025-09-28 20:46:44 -07:00
parent bae8ad96da
commit a16bec6ce1

View file

@ -74,9 +74,7 @@ resource "null_resource" "talos_cluster" {
--controlplanes 1 \
--workers 0 \
--memory ${self.triggers.memory_mb} \
--cpus ${self.triggers.vcpu_count} \
--talosconfig "${path.module}/configs/talosconfig" \
--config-patch-control-plane @"${path.module}/configs/controlplane-patch.yaml"
--cpus ${self.triggers.vcpu_count}
# Change ownership of the generated files in ~/.talos and ~/.kube
sudo chown -R $(id -u):$(id -g) $HOME/.talos