Skip to content

Commit

Permalink
docs: correct syntax of canary setMirrorRoute's value
Browse files Browse the repository at this point in the history
Fix wrong syntax of
spec.strategy.canary.steps[setMirrorRoute].match.path.regex and
spec.strategy.canary.steps[setMirrorRoute].match.path.prefix
  • Loading branch information
S0n98 authored Nov 23, 2022
1 parent d8686e2 commit c552fdc
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 @@ -307,8 +307,8 @@ spec:
prefix: "POST"
path: # What HTTP url paths to match.
exact: "/test"
regex: ""/test/.*"
prefix: ""/"
regex: "/test/.*"
prefix: "/"
headers:
agent-1b: # What HTTP header name to use in the match.
exact: "firefox"
Expand Down

0 comments on commit c552fdc

Please sign in to comment.