Skip to content

Commit 1fa8316

Browse files
authored
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
1 parent 6f97868 commit 1fa8316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ Create that Pod, by running:
632632
kubectl create -f https://kubernetes.io/examples/pods/pod-configmap-env-var-valueFrom.yaml
633633
```
634634
635-
That pod produces the following output from the `test-container` container:
635+
That pod produces the following output from the `test-container` container (run `kubectl logs dapi-test-pod`):
636636
637637
```
638638
very charm

0 commit comments

Comments
 (0)