Skip to content

Commit 887a642

Browse files
authored
Merge pull request #21554 from wawa0210/patch-2
【zh】Clarify the explanation when environment variables refer to each other
2 parents 29f3c28 + 5c5a77d commit 887a642

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/zh/docs/tasks/inject-data-application/define-environment-variable-container.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ will override any environment variables specified in the container image.
134134
通过 `env``envFrom` 字段设置的环境变量将覆盖容器镜像中指定的所有环境变量。
135135
{{< /note >}}
136136

137+
{{< note >}}
138+
环境变量之间可能出现互相依赖或者循环引用的情况,使用之前需注意引用顺序
139+
{{< /note >}}
140+
137141
<!--
138142
## Using environment variables inside of your config
139143

0 commit comments

Comments
 (0)