Merge pull request #22234 from pistoolster/patch-1
Fix Chinese page command line error in "content/zh/docs/tasks/configure-pod-container/configure-pod-configmap.md"pull/22236/head
commit
33f6fd9aa4
|
@ -83,7 +83,7 @@ wget https://kubernetes.io/examples/configmap/game.properties -O configure-pod-c
|
|||
wget https://kubernetes.io/examples/configmap/ui.properties -O configure-pod-container/configmap/ui.properties
|
||||
|
||||
# 创建 configmap
|
||||
kubectl create c game-config --from-file=configure-pod-container/configmap/
|
||||
kubectl create configmap game-config --from-file=configure-pod-container/configmap/
|
||||
```
|
||||
|
||||
<!-- combines the contents of the `configure-pod-container/configmap/` directory -->
|
||||
|
|
Loading…
Reference in New Issue