mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-05-27 18:09:17 +02: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}"
|
"key" = "k8s.io/cluster-autoscaler/${local.cluster_name}"
|
||||||
"propagate_at_launch" = "false"
|
"propagate_at_launch" = "false"
|
||||||
"value" = "true"
|
"value" = "owned"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user