Skip to content

Commit b24d3e7

Browse files
authored
Update configure-pod-configmap.md
Incorporated review comment
1 parent 1fa8316 commit b24d3e7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,10 @@ 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 (run `kubectl logs dapi-test-pod`):
635+
That pod produces the following output from the `test-container` container:
636+
```shell
637+
kubectl logs dapi-test-pod
638+
```
636639
637640
```
638641
very charm

0 commit comments

Comments
 (0)