Skip to content

Commit

Permalink
docs: Fix typo in header routing specification docs (#2808)
Browse files Browse the repository at this point in the history
* Fix typo in header routing specification

* Add VGS to USERS.md
  • Loading branch information
mjallday authored May 24, 2023
1 parent e8d1117 commit cf444ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions USERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions docs/features/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf444ec

Please sign in to comment.