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
e6aa5d9de1
commit
eef40f9773
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue