Clarify language regarding environment variable order
This commit is contained in:
+3
-2
@@ -70,8 +70,9 @@ override any environment variables specified in the container image.
|
|||||||
{{< /note >}}
|
{{< /note >}}
|
||||||
|
|
||||||
{{< note >}}
|
{{< note >}}
|
||||||
The environment variables can reference each other, and cycles are possible,
|
Environment variables may reference each other, however ordering is important.
|
||||||
pay attention to the order before using
|
Variables making use of others defined in the same context must come later in
|
||||||
|
the list. Similarly, avoid circular references.
|
||||||
{{< /note >}}
|
{{< /note >}}
|
||||||
|
|
||||||
## Using environment variables inside of your config
|
## Using environment variables inside of your config
|
||||||
|
|||||||
Reference in New Issue
Block a user