Skip to content

Commit

Permalink
feat: Add keeper for enable_secure_boot nodepool option for update …
Browse files Browse the repository at this point in the history
…variant. (#1277)

#1276
  • Loading branch information
fbeevikm committed Jun 2, 2022
1 parent 6011c80 commit a8b6f20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions autogen/main/cluster.tf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ locals {
{% endif %}
"service_account",
"enable_gcfs",
"enable_secure_boot",
]
}

Expand Down
1 change: 1 addition & 0 deletions modules/beta-private-cluster-update-variant/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ locals {
"spot",
"service_account",
"enable_gcfs",
"enable_secure_boot",
]
}

Expand Down
1 change: 1 addition & 0 deletions modules/beta-public-cluster-update-variant/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ locals {
"spot",
"service_account",
"enable_gcfs",
"enable_secure_boot",
]
}

Expand Down
1 change: 1 addition & 0 deletions modules/private-cluster-update-variant/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ locals {
"preemptible",
"service_account",
"enable_gcfs",
"enable_secure_boot",
]
}

Expand Down

0 comments on commit a8b6f20

Please sign in to comment.