From 4bd73bee2306be0067f63700d93857cd371d6f67 Mon Sep 17 00:00:00 2001 From: wawa Date: Sun, 7 Jun 2020 10:50:25 +0800 Subject: [PATCH] Update define-environment-variable-container.md Enhanced environment variable application notes --- .../define-environment-variable-container.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/en/docs/tasks/inject-data-application/define-environment-variable-container.md b/content/en/docs/tasks/inject-data-application/define-environment-variable-container.md index 5dd5aa92e0..de27dcb03a 100644 --- a/content/en/docs/tasks/inject-data-application/define-environment-variable-container.md +++ b/content/en/docs/tasks/inject-data-application/define-environment-variable-container.md @@ -84,6 +84,11 @@ The environment variables set using the `env` or `envFrom` field 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 +{{< /note >}} + ## Using environment variables inside of your config Environment variables that you define in a Pod's configuration can be used