Skip to content

Commit dbf0823

Browse files
fix ci
1 parent 5070bd2 commit dbf0823

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.ci/tests/integration/cases/global-and-namespaced-config/mesh-config-kube-system.yaml

+7-8
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ spec:
2222
affinity:
2323
nodeAffinity:
2424
preferredDuringSchedulingIgnoredDuringExecution:
25-
nodeSelectorTerms:
26-
- weight: 100
27-
preference:
28-
matchExpressions:
29-
- key: disktype
30-
operator: In
31-
values:
32-
- other-ssd
25+
- weight: 100
26+
preference:
27+
matchExpressions:
28+
- key: disktype
29+
operator: In
30+
values:
31+
- ssd

0 commit comments

Comments
 (0)