Skip to content

Commit

Permalink
docs: Fix cluster-autoscaler tags in irsa.tf file
Browse files Browse the repository at this point in the history
  • Loading branch information
ja11784 committed Jun 10, 2021
1 parent 9022013 commit 531be4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/irsa/irsa.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ data "aws_iam_policy_document" "cluster_autoscaler" {

condition {
test = "StringEquals"
variable = "autoscaling:ResourceTag/kubernetes.io/cluster/${module.eks.cluster_id}"
variable = "autoscaling:ResourceTag/k8s.io/cluster-autoscaler/${module.eks.cluster_id}"
values = ["owned"]
}

Expand Down

0 comments on commit 531be4e

Please sign in to comment.