Skip to content

Commit

Permalink
fix to add awsRegion to cluster-autoscaler helm
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 10, 2023
1 parent 7cf5290 commit e3977f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/full-cluster-tf-upgrade/common-services/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ resource "helm_release" "cluster-autoscaler" {
name = "autoDiscovery.clusterName"
value = var.cluster_name
}
set {
name = "awsRegion"
value = local.region
}
}

# Install cert-manager
Expand Down
4 changes: 4 additions & 0 deletions examples/full-cluster/common-services/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ resource "helm_release" "cluster-autoscaler" {
name = "autoDiscovery.clusterName"
value = var.cluster_name
}
set {
name = "awsRegion"
value = local.region
}
}

# Install cert-manager
Expand Down

0 comments on commit e3977f7

Please sign in to comment.