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:51 +01:00
committed by GitHub
parent 00984b38b7
commit 9513b63d2e
@@ -703,7 +703,7 @@ spec:
configMapKeyRef:
name: a-config
key: akey
optional: true
optional: true # mark the variable as optional
restartPolicy: Never
```