Update content/en/docs/tasks/inject-data-application/define-environment-variable-container.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
+1
-2
@@ -47,7 +47,7 @@ Pod:
|
|||||||
envar-demo 1/1 Running 0 9s
|
envar-demo 1/1 Running 0 9s
|
||||||
```
|
```
|
||||||
|
|
||||||
1. List the pod's container environment variables:
|
1. List the Pod's container environment variables:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl exec envar-demo -- printenv
|
kubectl exec envar-demo -- printenv
|
||||||
@@ -113,4 +113,3 @@ Upon creation, the command `echo Warm greetings to The Most Honorable Kubernetes
|
|||||||
* Learn about [using secrets as environment variables](/docs/concepts/configuration/secret/#using-secrets-as-environment-variables).
|
* Learn about [using secrets as environment variables](/docs/concepts/configuration/secret/#using-secrets-as-environment-variables).
|
||||||
* See [EnvVarSource](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#envvarsource-v1-core).
|
* See [EnvVarSource](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#envvarsource-v1-core).
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user