From 7001b705083cac3b78b2db78b5c4819cd4efa619 Mon Sep 17 00:00:00 2001 From: Manish Bansal Date: Fri, 4 Oct 2019 20:46:58 +0530 Subject: [PATCH] Documentation update Fixed link and its description --- .../environment-variable-expose-pod-information.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md b/content/en/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md index b808dd9e2e219..70f6d34579e81 100644 --- a/content/en/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md +++ b/content/en/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md @@ -27,7 +27,7 @@ Pod fields and Container fields. There are two ways to expose Pod and Container fields to a running Container: * Environment variables -* [DownwardAPIVolumeFiles](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#downwardapivolumefile-v1-core) +* [Volume Files](/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information/) Together, these two ways of exposing Pod and Container fields are called the *Downward API*.