Skip to content

Commit

Permalink
Merge branch 'master' into prevent-promotion-inconclusive-background-run
Browse files Browse the repository at this point in the history
  • Loading branch information
ypopivniak-cg authored Oct 7, 2024
2 parents eb73821 + 50300e5 commit 7104595
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions USERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Organizations below are **officially** using Argo Rollouts. Please send a PR wit
1. [Skillz](https://www.skillz.com)
1. [Spotify](https://www.spotify.com/)
1. [Synamedia](https://www.synamedia.com)
1. [TBC Bank](https://tbcbank.ge/)
2. [Trustly](https://www.trustly.com/)
1. [Tuhu](https://www.tuhu.cn/)
1. [Twilio SendGrid](https://sendgrid.com)
Expand Down
3 changes: 2 additions & 1 deletion docs/features/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@ spec:
- setCanaryScale:
replicas: 3

# set canary scale to a percentage of spec.replicas without changing traffic weight
# set canary scale to spec.Replica * (setweight / maxTrafficWeight) without changing traffic weight
# if maxTrafficWeight unspecified, it defaults to 100
# (supported only with trafficRouting)
- setCanaryScale:
weight: 25
Expand Down

0 comments on commit 7104595

Please sign in to comment.