From ffb37e6a7087ddd9bb71f9772d4745ff04f85364 Mon Sep 17 00:00:00 2001 From: tom1299 Date: Wed, 15 Jan 2020 14:49:32 +0100 Subject: [PATCH] Add missing article (#18707) Added missing article in one of the sentences --- .../downward-api-volume-expose-pod-information.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information.md b/content/en/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information.md index 1a6f3c2738..a24aba65b6 100644 --- a/content/en/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information.md +++ b/content/en/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information.md @@ -59,7 +59,7 @@ Create the Pod: kubectl apply -f https://k8s.io/examples/pods/inject/dapi-volume.yaml ``` -Verify that Container in the Pod is running: +Verify that the Container in the Pod is running: ```shell kubectl get pods