From 661a6db061793a699233d917b3d41d2b7665f222 Mon Sep 17 00:00:00 2001 From: Himanshu Pandey Date: Mon, 4 Feb 2019 15:16:39 -0800 Subject: [PATCH] Minor line-break change (#12504) --- .../configure-projected-volume-storage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/configure-pod-container/configure-projected-volume-storage.md b/content/en/docs/tasks/configure-pod-container/configure-projected-volume-storage.md index 19c5ecc744..122f3e0beb 100644 --- a/content/en/docs/tasks/configure-pod-container/configure-projected-volume-storage.md +++ b/content/en/docs/tasks/configure-pod-container/configure-projected-volume-storage.md @@ -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