Update content/ja/docs/tasks/configure-pod-container/configure-pod-configmap.md

Co-authored-by: Naoki Oketani <okepy.naoki@gmail.com>
pull/20773/head
Yoshiki Fujiwara 2020-05-12 21:38:16 +09:00 committed by GitHub
parent e6aa5d9de1
commit eef40f9773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ kubectl create configmap game-config-3 --from-file=<my-key-name>=<path-to-file>
kubectl create configmap game-config-3 --from-file=game-special-key=configure-pod-container/configmap/game.properties
```
以下のConfigMapを表示します:
は、以下のConfigMapを生成します:
```
kubectl get configmaps game-config-3 -o yaml
```