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:49:59 +01:00
committed by GitHub
parent 9513b63d2e
commit 9289136116
@@ -732,7 +732,7 @@ spec:
- name: config-volume
configMap:
name: no-config
optional: true
optional: true # mark the source ConfigMap as optional
restartPolicy: Never
```