diff --git a/docs/tasks/inject-data-application/define-environment-variable-container.md b/docs/tasks/inject-data-application/define-environment-variable-container.md index 80a43527f0..00c672c55f 100644 --- a/docs/tasks/inject-data-application/define-environment-variable-container.md +++ b/docs/tasks/inject-data-application/define-environment-variable-container.md @@ -64,6 +64,10 @@ Pod: 1. To exit the shell, enter `exit`. +**Note:** The environment variables set using the `env` or `envFrom` field +would override the ones specified in the container image. +{: .note} + {% endcapture %} {% capture whatsnext %}