Skip to content

Commit a095946

Browse files
authored
Merge pull request #7842 from cben/patch-3
The literal kind is "DeploymentConfig" not "DeploymentConfiguration"
2 parents c8b87e4 + e43a171 commit a095946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

architecture/core_concepts/deployments.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ deployments also provide the ability to transition from an existing
126126
deployment of an image to a new one and also define hooks to be run
127127
before or after creating the replication controller.
128128

129-
The {product-title} `*DeploymentConfiguration*` object defines the following
129+
The {product-title} `*DeploymentConfig*` object defines the following
130130
details of a deployment:
131131

132132
1. The elements of a `*ReplicationController*` definition.
@@ -145,7 +145,7 @@ controller is retained to enable easy rollback if needed.
145145
For detailed instructions on how to create and interact with deployments,
146146
refer to xref:../../dev_guide/deployments/basic_deployment_operations.adoc#dev-guide-basic-deployment-operations[Deployments].
147147

148-
Here is an example `*DeploymentConfiguration*` definition with some
148+
Here is an example `*DeploymentConfig*` definition with some
149149
omissions and callouts:
150150

151151
[source,yaml]

0 commit comments

Comments
 (0)