Typo fix in "Adding ConfigMap data to a Volume" section (#3966)
This commit is contained in:
committed by
Andrew Chen
parent
0b5d13704a
commit
0c6b381b7c
@@ -202,7 +202,7 @@ data:
|
||||
### Populate a Volume with data stored in a ConfigMap
|
||||
|
||||
Add the ConfigMap name under the `volumes` section of the Pod specification.
|
||||
This adds the ConfigMap data to the directory specified as `volumeMount.mountPath` (in this case, `/etc/config`).
|
||||
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.
|
||||
|
||||
```yaml
|
||||
|
||||
Reference in New Issue
Block a user