Skip to content

Commit 4bd73be

Browse files
authored
Update define-environment-variable-container.md
Enhanced environment variable application notes
1 parent 4092436 commit 4bd73be

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
@@ -84,6 +84,11 @@ The environment variables set using the `env` or `envFrom` field
8484
override any environment variables specified in the container image.
8585
{{< /note >}}
8686

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

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

0 commit comments

Comments
 (0)