Skip to content

Commit b0b5f5f

Browse files
tomkivlinTim Bannister
andauthored
Update content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent 461f5c7 commit b0b5f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ data:
677677

678678
### Optional ConfigMaps
679679

680-
A ConfigMap reference may be marked "optional".
680+
In a Pod, or pod template, you can mark a reference to a ConfigMap as _optional_.
681681
If the ConfigMap is non-existent, the mounted volume will be empty.
682682
If the ConfigMap exists, but the referenced key is non-existent the path will be absent beneath the mount point.
683683

0 commit comments

Comments
 (0)