Skip to content

Commit

Permalink
docs: Updated the case of properties according to actual property name
Browse files Browse the repository at this point in the history
  • Loading branch information
mksha authored Feb 4, 2022
1 parent 7cc2f0d commit a78640a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/features/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,11 @@ spec:
# in order to give time for traffic providers to re-target the new pods.
# This value is ignored with basic, replica-weighted canary without
# traffic routing.
ScaleDownDelaySeconds: 30
scaleDownDelaySeconds: 30

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

# Background analysis to run during a rollout update. Skipped upon
# initial deploy of a rollout. +optional
Expand Down Expand Up @@ -341,4 +341,4 @@ status:
You can find examples of Rollouts at:
* The [example directory](https://github.com/argoproj/argo-rollouts/tree/master/examples)
* The [Argo Rollouts Demo application](https://github.com/argoproj/rollouts-demo)
* The [Argo Rollouts Demo application](https://github.com/argoproj/rollouts-demo)

0 comments on commit a78640a

Please sign in to comment.