Skip to content

Commit e43a171

Browse files
authored
The literal kind is "DeploymentConfig" not "DeploymentConfiguration"
Using two terms for same thing is somewhat confusing, perhaps even worth renaming the chapter "Deployments and Deployment Configs"? Anyway what's OK in prose is not acceptable in literal font, that should math the actual `kind: DeploymentConfig`.
1 parent 1ed26f3 commit e43a171

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)