Minor line-break change (#12504)

pull/12079/head^2
Himanshu Pandey 2019-02-04 15:16:39 -08:00 committed by Kubernetes Prow Robot
parent e6398d59dc
commit 661a6db061
1 changed files with 2 additions and 2 deletions

View File

@ -50,10 +50,10 @@ the Pod:
kubectl get --watch pod test-projected-volume
```
The output looks like this:
```shell
NAME READY STATUS RESTARTS AGE
test-projected-volume 1/1 Running 0 14s
```
1. In another terminal, get a shell to the running Container:
```shell
kubectl exec -it test-projected-volume -- /bin/sh