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 22:45:59 +09:00 committed by GitHub
parent 4607bc3ee3
commit 273b6acc9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ configmap/game-config-5-m67dt67794 created
To generate a ConfigMap from literals `special.type=charm` and `special.how=very`,
you can specify the ConfigMap generator in `kustomization.yaml` as
```shell
# kustomization.yamlファイルをConfigMapGeneratorと作成します
# ConfigMapGeneratorを含むkustomization.yamlファイルを作成します
cat <<EOF >./kustomization.yaml
configMapGenerator:
- name: special-config-2