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 2637607 commit 39fe861
Showing 1 changed file with 4 additions and 0 deletions.
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 39fe861

Please sign in to comment.