mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-22 01:19:05 +01:00
docs: Fix cluster autoscaler tags in IRSA example (#1204)
This commit is contained in:
committed by
GitHub
parent
70f6150956
commit
0c38b233d3
@@ -58,7 +58,7 @@ module "eks" {
|
||||
{
|
||||
"key" = "k8s.io/cluster-autoscaler/${local.cluster_name}"
|
||||
"propagate_at_launch" = "false"
|
||||
"value" = "true"
|
||||
"value" = "owned"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user