Update content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
Tom Kivlin
2022-07-21 07:50:45 +01:00
committed by GitHub
parent 461f5c72e7
commit b0b5f5f264
@@ -677,7 +677,7 @@ data:
### Optional ConfigMaps
A ConfigMap reference may be marked "optional".
In a Pod, or pod template, you can mark a reference to a ConfigMap as _optional_.
If the ConfigMap is non-existent, the mounted volume will be empty.
If the ConfigMap exists, but the referenced key is non-existent the path will be absent beneath the mount point.