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

「使用すると、」の方が私もしっくりくるのでスタイルとして取り入れさせてもらいます〜。

Co-authored-by: inductor(Kohei) <kela@inductor.me>
This commit is contained in:
Yoshiki Fujiwara
2020-05-12 21:55:08 +09:00
committed by GitHub
parent a25a4fc43c
commit 386e929a80
@@ -164,7 +164,7 @@ secret.code.lives=30
kubectl create configmap game-config-2 --from-file=configure-pod-container/configmap/game.properties --from-file=configure-pod-container/configmap/ui.properties
```
ConfigMap`game-config-2`の詳細を以下のコマンドを使用して表示できます:
以下のコマンドを使用すると、ConfigMap`game-config-2`の詳細を表示できます:
```shell
kubectl describe configmaps game-config-2