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
Kubernetes Prow Robot 2020-06-30 21:44:06 -07:00 committed by GitHub
commit 33f6fd9aa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 -->