Skip to content

Commit

Permalink
fix: cluster autoscaler repository
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <[email protected]>
  • Loading branch information
ArchiFleKs committed Jul 21, 2023
1 parent e99aced commit de4fbc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/aws/cluster-autoscaler.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ rbac:
annotations:
eks.amazonaws.com/role-arn: "${local.cluster-autoscaler["enabled"] && local.cluster-autoscaler["create_iam_resources_irsa"] ? module.iam_assumable_role_cluster-autoscaler.iam_role_arn : ""}"
image:
repository: k8s.gcr.io/autoscaling/cluster-autoscaler
tag: ${local.cluster-autoscaler["version"]}
extraArgs:
balance-similar-node-groups: true
Expand Down

0 comments on commit de4fbc1

Please sign in to comment.