Merge pull request #21554 from wawa0210/patch-2

【zh】Clarify the explanation when environment variables refer to each other
pull/21651/head
Kubernetes Prow Robot 2020-06-10 18:18:56 -07:00 committed by GitHub
commit 887a6423c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -134,6 +134,10 @@ will override any environment variables specified in the container image.
通过 `env``envFrom` 字段设置的环境变量将覆盖容器镜像中指定的所有环境变量。
{{< /note >}}
{{< note >}}
环境变量之间可能出现互相依赖或者循环引用的情况,使用之前需注意引用顺序
{{< /note >}}
<!--
## Using environment variables inside of your config