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

Co-authored-by: inductor(Kohei) <kela@inductor.me>
pull/20773/head
Yoshiki Fujiwara 2020-05-12 23:24:23 +09:00 committed by GitHub
parent 55e66331d7
commit 466075063b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ ConfigMapを使用すると、設定をイメージのコンテンツから切
### kubectl create configmapを使用してConfigMapを作成する
`kubectl create configmap`コマンドを使用してConfigMapを[ディレクトリ](#create-configmaps-from-directories)、[ファイル](#create-configmaps-from-files)、または[リテラル値](#create-configmaps-from-literal-values)から作成します:
`kubectl create configmap`を使用してConfigMapを[ディレクトリ](#create-configmaps-from-directories)、[ファイル](#create-configmaps-from-files)、または[リテラル値](#create-configmaps-from-literal-values)から作成します:
```shell
kubectl create configmap <map-name> <data-source>