You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/deployments-deploymentconfigs.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,6 @@ spec:
57
57
strategy:
58
58
type: Rolling <3>
59
59
----
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.
61
61
<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.
62
62
<3> The default `Rolling` strategy makes a downtime-free transition between deployments.
0 commit comments