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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user