docs: Fix IRSA example when deploying cluster-autoscaler from the latest kubernetes/autoscaler helm repo (#1090)

This commit is contained in:
Brannon Dorsey
2020-11-07 08:28:52 -05:00
committed by GitHub
parent fc40053c0c
commit 3cb8fa3d87
4 changed files with 11 additions and 8 deletions

View File

@@ -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"
}