Update content/ja/docs/tasks/configure-pod-container/configure-pod-configmap.md
Co-authored-by: Naoki Oketani <okepy.naoki@gmail.com>pull/20773/head
parent
393751323d
commit
f7f267df05
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue