From 1fa8316315fdde090472b3fc2bbd44474404fca5 Mon Sep 17 00:00:00 2001 From: Niraj Chandak Date: Sun, 4 Jun 2023 14:13:52 -0700 Subject: [PATCH] Update configure-pod-configmap.md In section 'Use ConfigMap-defined environment variables in Pod commands' - Added command which can be used to show container output --- .../tasks/configure-pod-container/configure-pod-configmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1d492ff5cd..da741b05a6 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,7 @@ 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: +That pod produces the following output from the `test-container` container (run `kubectl logs dapi-test-pod`): ``` very charm