Skip to content

Commit 9970ca8

Browse files
committed
fix deployment.yaml
1 parent ebc7bf9 commit 9970ca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm-charts/coherence-operator/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,12 +298,12 @@ spec:
298298
requiredDuringSchedulingIgnoredDuringExecution:
299299
nodeSelectorTerms:
300300
- matchExpressions:
301-
- key: kubernetes.io/arch 4
301+
- key: kubernetes.io/arch
302302
operator: In
303303
values:
304304
- amd64
305305
- arm64
306-
- key: kubernetes.io/os 5
306+
- key: kubernetes.io/os
307307
operator: In
308308
values:
309309
- linux

0 commit comments

Comments
 (0)