Skip to content

Commit 478941f

Browse files
authored
Merge pull request #20 from worldcoin/add-tags-to-asg-for-enclave-nodes
INFRA-5193: bugfix tags on ASG
2 parents 3273fa9 + 6123229 commit 478941f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

node-groups-enclave.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ resource "aws_autoscaling_group" "enclave" {
7878
tag {
7979
key = "k8s.io/cluster-autoscaler/enabled"
8080
value = "true"
81-
propagate_at_launch = true
81+
propagate_at_launch = false
8282
}
8383

8484
tag {
85-
key = "k8s.io/cluster-autoscaler/world-chat-service-stage-eu-west-1"
85+
key = "k8s.io/cluster-autoscaler/${var.cluster_name}"
8686
value = "owned"
87-
propagate_at_launch = true
87+
propagate_at_launch = false
8888
}
8989
}

0 commit comments

Comments
 (0)