refactor: use new node type for x64 node
This commit is contained in:
parent
5255f88556
commit
f335557bb0
2 changed files with 4 additions and 4 deletions
|
@ -15,9 +15,9 @@ k3s_sans = [
|
|||
]
|
||||
|
||||
k3s_workers = {
|
||||
"w1-cx21-hel1" = {
|
||||
server_type = "cx21"
|
||||
generation = 2
|
||||
"w1-cx22-hel1" = {
|
||||
server_type = "cx22"
|
||||
generation = 1
|
||||
private_ip = "172.23.2.20"
|
||||
location = "hel1"
|
||||
storage_node = false
|
||||
|
|
Loading…
Reference in a new issue