Update content/ja/docs/tasks/configure-pod-container/configure-pod-configmap.md
Co-authored-by: inductor(Kohei) <kela@inductor.me>pull/20773/head
parent
55e66331d7
commit
466075063b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue