docs: Fix cluster autoscaler tags in IRSA example (#1204)

This commit is contained in:
Gireesh Sreepathi
2021-05-19 12:23:35 -07:00
committed by GitHub
parent 70f6150956
commit 0c38b233d3

View File

@@ -58,7 +58,7 @@ module "eks" {
{
"key" = "k8s.io/cluster-autoscaler/${local.cluster_name}"
"propagate_at_launch" = "false"
"value" = "true"
"value" = "owned"
}
]
}