From 97cfcf4d12c89b8aa7b97e4fb05f4c75c0e0d12c Mon Sep 17 00:00:00 2001 From: Samseppiol Date: Fri, 24 Apr 2020 10:19:05 +1000 Subject: [PATCH] Propagate tags to false --- eks-cluster.cfndsl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eks-cluster.cfndsl.rb b/eks-cluster.cfndsl.rb index 12b282d..fc0cdd4 100644 --- a/eks-cluster.cfndsl.rb +++ b/eks-cluster.cfndsl.rb @@ -183,7 +183,7 @@ { Key: 'k8s.io/cluster-autoscaler/enabled', Value: Ref('EnableScaling') } ] asg_tags += tags - asg_tags.each {|tag| tag[:PropagateAtLaunch] = true } + asg_tags.each {|tag| tag[:PropagateAtLaunch] = false } AutoScaling_AutoScalingGroup(:EksNodeAutoScalingGroup) { UpdatePolicy(:AutoScalingRollingUpdate, { MaxBatchSize: '1',