diff --git a/proxmox-infra/index.ts b/proxmox-infra/index.ts index 2644234..eca3a01 100644 --- a/proxmox-infra/index.ts +++ b/proxmox-infra/index.ts @@ -279,7 +279,7 @@ const k3sVms = nodeConfigs.map( { provider: node.provider, retainOnDelete: true, - ignoreChanges: ["clone"], + ignoreChanges: ["clone", "started"], }, ), );