Skip to content

Commit 0a5a524

Browse files
authored
Merge pull request #9154 from zalando-incubator/linki-patch-1
Fix typo in operator `in` => `In`
2 parents eb7f295 + 522933b commit 0a5a524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/node-pools/worker-karpenter/provisioners.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ spec:
153153
#{{ if eq .Cluster.ConfigItems.karpenter_nitro_support_required "true" }}
154154
#{{ if and (eq .Cluster.Provider "zalando-aws") (eq .NodePool.KarpenterInstanceTypeStrategy "not-specified") }}
155155
- key: karpenter.k8s.aws/instance-hypervisor
156-
operator: in
156+
operator: In
157157
values:
158158
- nitro
159159
#{{ end }}

0 commit comments

Comments
 (0)