Skip to content

Commit 697ff6c

Browse files
committed
fix: resolving the syntax errors on the nodepools
1 parent 07693af commit 697ff6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addons/kustomize/aws/karpenter/kustomize/nodepools.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
- key: "karpenter.sh/capacity-type"
3333
operator: In
3434
values: ["spot", "on-demand"]
35-
- key: "karpenter.sh/architecture"
35+
- key: "kubernetes.io/arch"
3636
operator: In
3737
values: ["amd64"]
3838
## The weight for the node pool
@@ -78,7 +78,7 @@ spec:
7878
- key: "karpenter.sh/capacity-type"
7979
operator: In
8080
values: ["spot", "on-demand"]
81-
- key: "karpenter.sh/architecture"
81+
- key: "kubernetes.io/arch"
8282
operator: In
8383
values: ["arm64"]
8484
## The weight for the node pool

0 commit comments

Comments
 (0)