Skip to content

Commit a78640a

Browse files
authored
docs: Updated the case of properties according to actual property name
1 parent 7cc2f0d commit a78640a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/features/specification.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,11 @@ spec:
197197
# in order to give time for traffic providers to re-target the new pods.
198198
# This value is ignored with basic, replica-weighted canary without
199199
# traffic routing.
200-
ScaleDownDelaySeconds: 30
200+
scaleDownDelaySeconds: 30
201201

202202
# Limits the number of old RS that can run at one time before getting
203203
# scaled down. Defaults to nil
204-
ScaleDownDelayRevisionLimit: 2
204+
scaleDownDelayRevisionLimit: 2
205205

206206
# Background analysis to run during a rollout update. Skipped upon
207207
# initial deploy of a rollout. +optional
@@ -341,4 +341,4 @@ status:
341341
You can find examples of Rollouts at:
342342
343343
* 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)

0 commit comments

Comments
 (0)