Skip to content

Commit

Permalink
docs: Fix cluster autoscaler tags in IRSA example (#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
gisripa authored May 19, 2021
1 parent 70f6150 commit 0c38b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/irsa/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module "eks" {
{
"key" = "k8s.io/cluster-autoscaler/${local.cluster_name}"
"propagate_at_launch" = "false"
"value" = "true"
"value" = "owned"
}
]
}
Expand Down

0 comments on commit 0c38b23

Please sign in to comment.