Skip to content

Commit e361142

Browse files
authored
Merge pull request #45741 from mburke5678/BZ-2062628
BZ:2062628: This confuses me, in the old 3.11 documentation it states
2 parents e5086d0 + f629577 commit e361142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/deployments-deploymentconfigs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ spec:
5757
strategy:
5858
type: Rolling <3>
5959
----
60-
<1> A config change trigger causes a new deployment to be created any time the replication controller template changes.
60+
<1> A configuration change trigger results in a new replication controller whenever changes are detected in the pod template of the deployment configuration.
6161
<2> An image change trigger causes a new deployment to be created each time a new version of the backing image is available in the named image stream.
6262
<3> The default `Rolling` strategy makes a downtime-free transition between deployments.

0 commit comments

Comments
 (0)