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 00f09ea + 21440de commit d416014Copy full SHA for d416014
content/en/docs/concepts/workloads/controllers/deployment.md
@@ -40,10 +40,6 @@ The following are typical use cases for Deployments:
40
41
## Creating a Deployment
42
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
-
47
The following is an example of a Deployment. It creates a ReplicaSet to bring up three `nginx` Pods:
48
49
{{% code file="controllers/nginx-deployment.yaml" %}}
0 commit comments