Skip to content

Commit cac1228

Browse files
added hyperlink to refer to 'define environment variable for a container' (#40936)
* added hyperlink to refer to 'define environment variable for a container' to 'deployment' * hyperlink updated * 'Deployment' fix and re-wording changes
1 parent c50713a commit cac1228

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/docs/concepts/workloads/controllers/deployment.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ The following are typical use cases for Deployments:
3838

3939
## Creating a Deployment
4040

41+
Before creating a Deployment define an
42+
[environment variable](/docs/tasks/inject-data-application/define-environment-variable-container/#define-an-environment-variable-for-a-container)
43+
for a container.
44+
4145
The following is an example of a Deployment. It creates a ReplicaSet to bring up three `nginx` Pods:
4246

4347
{{< codenew file="controllers/nginx-deployment.yaml" >}}

0 commit comments

Comments
 (0)