Skip to content

Commit

Permalink
pass cluster version to node groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Addison Higham committed Jun 1, 2023
1 parent 38401a7 commit b05a9d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ locals {
min_capacity = var.func_pool_min_size
max_capacity = var.func_pool_max_size
pre_userdata = var.func_pool_pre_userdata
version = var.cluster_version
taints = [{
key = "reserveGroup"
value = "functions"
Expand All @@ -74,6 +75,7 @@ locals {
min_capacity = var.node_pool_min_size
max_capacity = var.node_pool_max_size
pre_userdata = var.node_pool_pre_userdata
version = var.cluster_version
taints = []
}

Expand Down

0 comments on commit b05a9d1

Please sign in to comment.