Skip to content

Commit

Permalink
Propagate tags to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Samseppiol committed Apr 24, 2020
1 parent 9cba6ea commit 97cfcf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks-cluster.cfndsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 97cfcf4

Please sign in to comment.