mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-26 10:28:41 +02:00
docs: Update autoscaler installation in IRSA example (#1063)
This commit is contained in:
@@ -2,8 +2,9 @@ awsRegion: us-west-2
|
||||
|
||||
rbac:
|
||||
create: true
|
||||
serviceAccountAnnotations:
|
||||
eks.amazonaws.com/role-arn: "arn:aws:iam::<ACCOUNT ID>:role/cluster-autoscaler"
|
||||
serviceAccount:
|
||||
annotations:
|
||||
eks.amazonaws.com/role-arn: "arn:aws:iam::<ACCOUNT ID>:role/cluster-autoscaler"
|
||||
|
||||
autoDiscovery:
|
||||
clusterName: test-eks-irsa
|
||||
|
||||
Reference in New Issue
Block a user