From 934232f5b62ee0151cab1a9f2486d89225f9a9e8 Mon Sep 17 00:00:00 2001 From: juneharton <39031645+juneharton@users.noreply.github.com> Date: Sun, 6 May 2018 16:23:50 -0700 Subject: [PATCH] Minor textual change for testing purposes (#8377) --- .../define-environment-variable-container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/inject-data-application/define-environment-variable-container.md b/content/en/docs/tasks/inject-data-application/define-environment-variable-container.md index 644c8b344c..d7b30795d2 100644 --- a/content/en/docs/tasks/inject-data-application/define-environment-variable-container.md +++ b/content/en/docs/tasks/inject-data-application/define-environment-variable-container.md @@ -5,7 +5,7 @@ content_template: templates/task {{% capture overview %}} -This page shows how to define environment variables when you run a container +This page shows how to define environment variables for a container in a Kubernetes Pod. {{% /capture %}}