fix: removed refresh behaviour shutting down running vm
Deploy Proxmox Infra / Pulumi Preview (push) Has been skipped
Deploy Proxmox Infra / Pulumi Deploy (push) Successful in 31m24s

This commit is contained in:
2026-06-01 16:55:36 +02:00
parent 8420c33f69
commit 113de6fb46
+1 -1
View File
@@ -279,7 +279,7 @@ const k3sVms = nodeConfigs.map(
{
provider: node.provider,
retainOnDelete: true,
ignoreChanges: ["clone"],
ignoreChanges: ["clone", "started"],
},
),
);