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:37:10 +09:00 committed by GitHub
parent 393751323d
commit f7f267df05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ kubectl create configmap game-config-env-file \
--from-env-file=configure-pod-container/configmap/game-env-file.properties
```
以下のConfigMapを表示します:
は、以下のConfigMapを生成します:
```shell
kubectl get configmap game-config-env-file -o yaml