Skip to content

Commit 350b0ff

Browse files
authored
Merge pull request #21553 from wawa0210/patch-1
Clarify the explanation when environment variables refer to each other
2 parents dccabfe + 4bd73be commit 350b0ff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ The environment variables set using the `env` or `envFrom` field
8585
override any environment variables specified in the container image.
8686
{{< /note >}}
8787

88+
{{< note >}}
89+
The environment variables can reference each other, and cycles are possible,
90+
pay attention to the order before using
91+
{{< /note >}}
92+
8893
## Using environment variables inside of your config
8994

9095
Environment variables that you define in a Pod's configuration can be used

0 commit comments

Comments
 (0)