Documentation corrected (#15944)
* Documentation corrected The description for the `command` section was wrong. Same is corrected. * Update content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md Co-Authored-By: Zach Corleissen <zacharysarah@users.noreply.github.com>pull/17638/head
parent
fc96d09d8f
commit
487fd92117
|
@ -537,7 +537,7 @@ kubectl create -f https://kubernetes.io/examples/configmap/configmap-multikeys.y
|
|||
|
||||
Add the ConfigMap name under the `volumes` section of the Pod specification.
|
||||
This adds the ConfigMap data to the directory specified as `volumeMounts.mountPath` (in this case, `/etc/config`).
|
||||
The `command` section references the `special.level` item stored in the ConfigMap.
|
||||
The `command` section lists directory files with names that match the keys in ConfigMap.
|
||||
|
||||
{{< codenew file="pods/pod-configmap-volume.yaml" >}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue