Skip to content

Commit 57308b2

Browse files
authored
bug: fix aws-cluster-autoscaler expander priorities configuration (#292)
1 parent e3d7f53 commit 57308b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/layer2-k8s/eks-cluster-autoscaler.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ extraArgs:
2424
expander: priority
2525
expanderPriorities: |
2626
10:
27-
- eks-${local.eks_cluster_id}-ondemand.*
27+
- ${local.eks_cluster_id}-ondemand.*
2828
50:
29-
- eks-${local.eks_cluster_id}-spot.*
29+
- ${local.eks_cluster_id}-spot.*
3030
3131
serviceMonitor:
3232
enabled: true

0 commit comments

Comments
 (0)