Add note for configMap volume. (#8023)
* Add note for configMap volume. * updating wording
This commit is contained in:
@@ -211,6 +211,9 @@ its `log_level` entry are mounted into the Pod at path "`/etc/config/log_level`"
|
|||||||
Note that this path is derived from the volume's `mountPath` and the `path`
|
Note that this path is derived from the volume's `mountPath` and the `path`
|
||||||
keyed with `log_level`.
|
keyed with `log_level`.
|
||||||
|
|
||||||
|
**Important:** You must create a [ConfigMap](/docs/tasks/configure-pod-container/configure-pod-configmap/) before you can use it.
|
||||||
|
{: .caution}
|
||||||
|
|
||||||
**Note:** A container using a ConfigMap as a [subPath](#using-subpath) volume mount will not
|
**Note:** A container using a ConfigMap as a [subPath](#using-subpath) volume mount will not
|
||||||
receive ConfigMap updates.
|
receive ConfigMap updates.
|
||||||
{: .note}
|
{: .note}
|
||||||
|
|||||||
Reference in New Issue
Block a user