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:50:09 +01:00
committed by GitHub
parent 9289136116
commit 8066c73a87
@@ -736,7 +736,7 @@ spec:
restartPolicy: Never
```
When this pod is run, the output will be:
If you run this pod, and there is no ConfigMap named `no-config`, the output is:
```shell
```