Clarify language regarding environment variable order

This commit is contained in:
Brad Jones 2021-01-29 16:02:10 -07:00
parent c782fd6738
commit 9ba5ddd01f
1 changed files with 3 additions and 2 deletions

View File

@ -70,8 +70,9 @@ override any environment variables specified in the container image.
{{< /note >}}
{{< note >}}
The environment variables can reference each other, and cycles are possible,
pay attention to the order before using
Environment variables may reference each other, however ordering is important.
Variables making use of others defined in the same context must come later in
the list. Similarly, avoid circular references.
{{< /note >}}
## Using environment variables inside of your config