Skip to content

Commit e9db786

Browse files
authored
Merge pull request kubernetes#7039 from tengqm/env-override
Add note about environment variable overriding
2 parents 3176e33 + f7801fc commit e9db786

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/tasks/inject-data-application/define-environment-variable-container.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ Pod:
6464

6565
1. To exit the shell, enter `exit`.
6666

67+
**Note:** The environment variables set using the `env` or `envFrom` field
68+
will override any environment variables specified in the container image.
69+
{: .note}
70+
6771
{% endcapture %}
6872

6973
{% capture whatsnext %}

0 commit comments

Comments
 (0)