[zh] resync tasks files (task-2)

This commit is contained in:
Qiming Teng
2022-06-11 15:32:23 +08:00
parent 4b04e8ffdc
commit 71a03ba85d
4 changed files with 10 additions and 10 deletions
@@ -29,7 +29,7 @@ in a Kubernetes Pod.
When you create a Pod, you can set dependent environment variables for the containers that run in the Pod. To set dependent environment variables, you can use $(VAR_NAME) in the `value` of `env` in the configuration file.
In this exercise, you create a Pod that runs one container. The configuration
file for the Pod defines an dependent environment variable with common usage defined. Here is the configuration manifest for the
file for the Pod defines a dependent environment variable with common usage defined. Here is the configuration manifest for the
Pod:
-->
## 为容器定义相互依赖的环境变量 {#define-an-environment-dependent-variable-for-a-container}