Skip to content

Commit 5c5a77d

Browse files
authored
Update define-environment-variable-container.md
Clarify the explanation when environment variables refer to each other
1 parent 4092436 commit 5c5a77d

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
@@ -133,6 +133,10 @@ will override any environment variables specified in the container image.
133133
通过 `env``envFrom` 字段设置的环境变量将覆盖容器镜像中指定的所有环境变量。
134134
{{< /note >}}
135135

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

0 commit comments

Comments
 (0)