Update content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>pull/35160/head
parent
9513b63d2e
commit
9289136116
|
@ -732,7 +732,7 @@ spec:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
configMap:
|
configMap:
|
||||||
name: no-config
|
name: no-config
|
||||||
optional: true
|
optional: true # mark the source ConfigMap as optional
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue