-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix IRSA example when deploying cluster-autoscaler from the latest he…
…lm chart * Update local.tf to use the correct service account name generated by the latest helm chart by default * Update IRSA README Verify section to use correct name label values * Update docs to use the latest helm chart repo instead of the deprecated one
- Loading branch information
1 parent
fc40053
commit 6323edc
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
locals { | ||
cluster_name = "test-eks-irsa" | ||
k8s_service_account_namespace = "kube-system" | ||
k8s_service_account_name = "cluster-autoscaler-aws-cluster-autoscaler" | ||
k8s_service_account_name = "cluster-autoscaler-aws-cluster-autoscaler-chart" | ||
} |