Skip to content

Commit

Permalink
Fix typo in header routing specification
Browse files Browse the repository at this point in the history
  • Loading branch information
mjallday authored May 24, 2023
1 parent e8d1117 commit 6789b65
Showing 1 changed file with 2 additions and 2 deletions.
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 6789b65

Please sign in to comment.