Minor line-break change (#12504)

This commit is contained in:
Himanshu Pandey
2019-02-04 15:16:39 -08:00
committed by Kubernetes Prow Robot
parent e6398d59dc
commit 661a6db061
@@ -50,10 +50,10 @@ the Pod:
kubectl get --watch pod test-projected-volume kubectl get --watch pod test-projected-volume
``` ```
The output looks like this: The output looks like this:
```shell
NAME READY STATUS RESTARTS AGE NAME READY STATUS RESTARTS AGE
test-projected-volume 1/1 Running 0 14s test-projected-volume 1/1 Running 0 14s
```
1. In another terminal, get a shell to the running Container: 1. In another terminal, get a shell to the running Container:
```shell ```shell
kubectl exec -it test-projected-volume -- /bin/sh kubectl exec -it test-projected-volume -- /bin/sh