Skip to content

Commit 9ba5ddd

Browse files
committed
Clarify language regarding environment variable order
1 parent c782fd6 commit 9ba5ddd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ override any environment variables specified in the container image.
7070
{{< /note >}}
7171
7272
{{< note >}}
73-
The environment variables can reference each other, and cycles are possible,
74-
pay attention to the order before using
73+
Environment variables may reference each other, however ordering is important.
74+
Variables making use of others defined in the same context must come later in
75+
the list. Similarly, avoid circular references.
7576
{{< /note >}}
7677
7778
## Using environment variables inside of your config

0 commit comments

Comments
 (0)