diff --git a/content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md b/content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md index 538fddeed6..2785177312 100644 --- a/content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md +++ b/content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md @@ -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 ```