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

@@ -3,7 +3,10 @@ awsRegion: us-west-2
rbac:
create: true
serviceAccount:
# This value should match local.k8s_service_account_name in locals.tf
name: cluster-autoscaler-aws-cluster-autoscaler-chart
annotations:
# This value should match the ARN of the role created by module.iam_assumable_role_admin in irsa.tf
eks.amazonaws.com/role-arn: "arn:aws:iam::<ACCOUNT ID>:role/cluster-autoscaler"
autoDiscovery: