File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -197,11 +197,11 @@ spec:
197
197
# in order to give time for traffic providers to re-target the new pods.
198
198
# This value is ignored with basic, replica-weighted canary without
199
199
# traffic routing.
200
- ScaleDownDelaySeconds : 30
200
+ scaleDownDelaySeconds : 30
201
201
202
202
# Limits the number of old RS that can run at one time before getting
203
203
# scaled down. Defaults to nil
204
- ScaleDownDelayRevisionLimit : 2
204
+ scaleDownDelayRevisionLimit : 2
205
205
206
206
# Background analysis to run during a rollout update. Skipped upon
207
207
# initial deploy of a rollout. +optional
@@ -341,4 +341,4 @@ status:
341
341
You can find examples of Rollouts at:
342
342
343
343
* The [example directory](https://github.com/argoproj/argo-rollouts/tree/master/examples)
344
- * The [Argo Rollouts Demo application](https://github.com/argoproj/rollouts-demo)
344
+ * The [Argo Rollouts Demo application](https://github.com/argoproj/rollouts-demo)
You can’t perform that action at this time.
0 commit comments