From ab215b3cbdb1abbee685e301a53e421887ba60c4 Mon Sep 17 00:00:00 2001 From: Mikey Boldt Date: Wed, 1 Jun 2022 14:00:00 -0500 Subject: [PATCH] Minor grammar fix "an dependent" -> "a dependent" --- .../define-interdependent-environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/inject-data-application/define-interdependent-environment-variables.md b/content/en/docs/tasks/inject-data-application/define-interdependent-environment-variables.md index 74c5c245db..ee9da2f682 100644 --- a/content/en/docs/tasks/inject-data-application/define-interdependent-environment-variables.md +++ b/content/en/docs/tasks/inject-data-application/define-interdependent-environment-variables.md @@ -23,7 +23,7 @@ in a Kubernetes Pod. When you create a Pod, you can set dependent environment variables for the containers that run in the Pod. To set dependent environment variables, you can use $(VAR_NAME) in the `value` of `env` in the configuration file. In this exercise, you create a Pod that runs one container. The configuration -file for the Pod defines an dependent environment variable with common usage defined. Here is the configuration manifest for the +file for the Pod defines a dependent environment variable with common usage defined. Here is the configuration manifest for the Pod: {{< codenew file="pods/inject/dependent-envars.yaml" >}}