Merge pull request #21553 from wawa0210/patch-1
Clarify the explanation when environment variables refer to each other
This commit is contained in:
@@ -85,6 +85,11 @@ The environment variables set using the `env` or `envFrom` field
|
|||||||
override any environment variables specified in the container image.
|
override any environment variables specified in the container image.
|
||||||
{{< /note >}}
|
{{< /note >}}
|
||||||
|
|
||||||
|
{{< note >}}
|
||||||
|
The environment variables can reference each other, and cycles are possible,
|
||||||
|
pay attention to the order before using
|
||||||
|
{{< /note >}}
|
||||||
|
|
||||||
## Using environment variables inside of your config
|
## Using environment variables inside of your config
|
||||||
|
|
||||||
Environment variables that you define in a Pod's configuration can be used
|
Environment variables that you define in a Pod's configuration can be used
|
||||||
|
|||||||
Reference in New Issue
Block a user