docs(Configure Pod Initialization task): correct pod name in output (#5803)

Pod name in the output was shown wrong, so corrected it.
docs: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-initialization/
This commit is contained in:
Suraj Deshmukh
2017-10-08 20:49:13 +05:30
committed by Steve Perry
parent c571626ba9
commit ebf0ee9eb3
@@ -49,8 +49,8 @@ Verify that the nginx container is running:
The output shows that the nginx container is running:
NAME READY STATUS RESTARTS AGE
nginx 1/1 Running 0 43m
NAME READY STATUS RESTARTS AGE
init-demo 1/1 Running 0 1m
Get a shell into the nginx container running in the init-demo Pod: