From 6789b656c1b6727474b3402072d54c319356f77d Mon Sep 17 00:00:00 2001 From: Marshall Jones Date: Wed, 24 May 2023 13:33:49 -0700 Subject: [PATCH 1/2] Fix typo in header routing specification --- docs/features/specification.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/specification.md b/docs/features/specification.md index 025ab529c4..900f71704c 100644 --- a/docs/features/specification.md +++ b/docs/features/specification.md @@ -276,8 +276,8 @@ spec: matchTrafficWeight: true # Sets header based route with specified header values - # Setting header based route will send all 100 traffic to the canary for the requests - # O with a specified header, in this case request header "version":"2" + # Setting header based route will send all traffic to the canary for the requests + # with a specified header, in this case request header "version":"2" # (supported only with trafficRouting, for Istio only at the moment) - setHeaderRoute: # Name of the route that will be created by argo rollouts this must also be configured From 584f4a11477c067b3809f5b29b62dd01f12155fc Mon Sep 17 00:00:00 2001 From: Marshall Jones Date: Wed, 24 May 2023 13:36:56 -0700 Subject: [PATCH 2/2] Add VGS to USERS.md --- USERS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/USERS.md b/USERS.md index 5fd37e15ed..587548a806 100644 --- a/USERS.md +++ b/USERS.md @@ -45,3 +45,4 @@ Organizations below are **officially** using Argo Rollouts. Please send a PR wit 1. [Ubie](https://ubie.life/) 1. [VISITS Technologies](https://visits.world/en) 1. [Yotpo](https://www.yotpo.com/) +1. [VGS](https://www.vgs.io)