Skip to content

Commit 55af813

Browse files
authored
fix: higress deploy config (labring#5422)
* feat: sealos cloud deploy add a config in sealos-system * fix higress
1 parent 65a106b commit 55af813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/cloud/install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,8 @@ spec:
439439
affinity:
440440
nodeAffinity:
441441
requiredDuringSchedulingIgnoredDuringExecution:
442-
nodeSelectorTerm:
443-
matchExpressions:
442+
nodeSelectorTerms:
443+
- matchExpressions:
444444
- key: node-role.kubernetes.io/control-plane
445445
operator: Exists
446446
tolerations:

0 commit comments

Comments
 (0)