We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 817c255 + 5270c7a commit dbf8353Copy full SHA for dbf8353
content/en/docs/concepts/workloads/pods/_index.md
@@ -167,6 +167,10 @@ Each controller for a workload resource uses the `PodTemplate` inside the worklo
167
object to make actual Pods. The `PodTemplate` is part of the desired state of whatever
168
workload resource you used to run your app.
169
170
+When you create a Pod, you can include
171
+[environment variables](/docs/tasks/inject-data-application/define-environment-variable-container/)
172
+in the Pod template for the containers that run in the Pod.
173
+
174
The sample below is a manifest for a simple Job with a `template` that starts one
175
container. The container in that Pod prints a message then pauses.
176
0 commit comments