Skip to content

Commit 0c38b23

Browse files
authored
docs: Fix cluster autoscaler tags in IRSA example (#1204)
1 parent 70f6150 commit 0c38b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/irsa/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module "eks" {
5858
{
5959
"key" = "k8s.io/cluster-autoscaler/${local.cluster_name}"
6060
"propagate_at_launch" = "false"
61-
"value" = "true"
61+
"value" = "owned"
6262
}
6363
]
6464
}

0 commit comments

Comments
 (0)