From 55583b8f1b108cff06c8d810f51355849b9eede3 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Wed, 19 Apr 2017 20:28:01 -0700 Subject: [PATCH] Modify title of Downward API guide DownwardApiVolumeFile is only an API term and the actual concept is the Downward API. Signed-off-by: Ahmet Alp Balkan --- .../downward-api-volume-expose-pod-information.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information.md b/docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information.md index 0c7c95b5e6..9aa8870d77 100644 --- a/docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information.md +++ b/docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information.md @@ -1,5 +1,5 @@ --- -title: Exposing Pod Information to Containers Using a DownwardApiVolumeFile +title: Exposing Pod Information to Containers Using the Downward API --- {% capture overview %}