Skip to content

Commit df4728f

Browse files
committed
[zh] Update pod-configmap-env-var-valueFrom.md
Signed-off-by: xin.li <[email protected]>
1 parent 8b78312 commit df4728f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/zh/examples/pods/pod-with-node-affinity.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ spec:
88
requiredDuringSchedulingIgnoredDuringExecution:
99
nodeSelectorTerms:
1010
- matchExpressions:
11-
- key: kubernetes.io/e2e-az-name
11+
- key: kubernetes.io/os
1212
operator: In
1313
values:
14-
- e2e-az1
15-
- e2e-az2
14+
- linux
1615
preferredDuringSchedulingIgnoredDuringExecution:
1716
- weight: 1
1817
preference:

0 commit comments

Comments
 (0)