chore(k8s-wheatley): Ensure nodes aren't recreated on template change
This commit is contained in:
parent
c6d4143df2
commit
649f1ba598
1 changed files with 6 additions and 0 deletions
|
|
@ -83,4 +83,10 @@ resource "proxmox_virtual_environment_vm" "talos-node" {
|
||||||
servers = ["9.9.9.9"]
|
servers = ["9.9.9.9"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lifecycle {
|
||||||
|
ignore_changes = [
|
||||||
|
clone,
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue