Skip to content

Commit d62237f

Browse files
authored
fix chinese page command line error
1 parent 595acd2 commit d62237f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/tasks/configure-pod-container/configure-pod-configmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ wget https://kubernetes.io/examples/configmap/game.properties -O configure-pod-c
8383
wget https://kubernetes.io/examples/configmap/ui.properties -O configure-pod-container/configmap/ui.properties
8484

8585
# 创建 configmap
86-
kubectl create c game-config --from-file=configure-pod-container/configmap/
86+
kubectl create configmap game-config --from-file=configure-pod-container/configmap/
8787
```
8888

8989
<!-- combines the contents of the `configure-pod-container/configmap/` directory -->

0 commit comments

Comments
 (0)