diff --git a/USERS.md b/USERS.md index aa6c4d5eb8..c6878dc90b 100644 --- a/USERS.md +++ b/USERS.md @@ -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) diff --git a/docs/features/specification.md b/docs/features/specification.md index 6ec9c65dd8..ebe8f4ac69 100644 --- a/docs/features/specification.md +++ b/docs/features/specification.md @@ -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