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 da741b05a6..456c87c8e7 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 @@ -632,7 +632,10 @@ Create that Pod, by running: kubectl create -f https://kubernetes.io/examples/pods/pod-configmap-env-var-valueFrom.yaml ``` -That pod produces the following output from the `test-container` container (run `kubectl logs dapi-test-pod`): +That pod produces the following output from the `test-container` container: +```shell +kubectl logs dapi-test-pod +``` ``` very charm