mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-18 07:23:45 +01:00
15 lines
463 B
YAML
15 lines
463 B
YAML
awsRegion: eu-west-1
|
|
|
|
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:
|
|
clusterName: test-eks-irsa
|
|
enabled: true
|