Skip to content

Commit d416014

Browse files
authored
Merge pull request #42155 from tamilselvan1102/patch-3
Update [Creating a Deployment] section
2 parents 00f09ea + 21440de commit d416014

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

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

4141
## Creating a Deployment
4242

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

4945
{{% code file="controllers/nginx-deployment.yaml" %}}

0 commit comments

Comments
 (0)