Merge pull request from bradjones1/clarification/environment-variable-order

Clarify language regarding environment variable order
pull/26775/head
Kubernetes Prow Robot 2021-02-28 12:40:39 -08:00 committed by GitHub
commit eb45cd203a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions
content/en/docs/tasks/inject-data-application

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