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

View File

@ -328,7 +328,7 @@ data:
#### リテラル値からConfigMapを作成する{#create-configmaps-from-literal-values}
`kubectl create configmap`を`--from-literal`引数と使用してCLIからリテラル値を定義できます:
`--from-literal`引数を指定して`kubectl create configmap`を使用すると、コマンドラインからリテラル値を定義できます:
```shell
kubectl create configmap special-config --from-literal=special.how=very --from-literal=special.type=charm