We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5070bd2 commit dbf0823Copy full SHA for dbf0823
.ci/tests/integration/cases/global-and-namespaced-config/mesh-config-kube-system.yaml
@@ -22,11 +22,10 @@ spec:
22
affinity:
23
nodeAffinity:
24
preferredDuringSchedulingIgnoredDuringExecution:
25
- nodeSelectorTerms:
26
- - weight: 100
27
- preference:
28
- matchExpressions:
29
- - key: disktype
30
- operator: In
31
- values:
32
- - other-ssd
+ - weight: 100
+ preference:
+ matchExpressions:
+ - key: disktype
+ operator: In
+ values:
+ - ssd
0 commit comments