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

Co-authored-by: Tim Bannister <tim@scalefactory.com>
pull/35160/head
Tom Kivlin 2022-07-21 07:49:59 +01:00 committed by GitHub
parent 9513b63d2e
commit 9289136116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -732,7 +732,7 @@ spec:
- name: config-volume
configMap:
name: no-config
optional: true
optional: true # mark the source ConfigMap as optional
restartPolicy: Never
```