Skip to content

Commit be987f3

Browse files
authored
docs: correct syntax of canary setMirrorRoute's value (argoproj#2431)
Fix wrong syntax of spec.strategy.canary.steps[setMirrorRoute].match.path.regex and spec.strategy.canary.steps[setMirrorRoute].match.path.prefix
1 parent 8b8b0b4 commit be987f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/features/specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ spec:
313313
prefix: "POST"
314314
path: # What HTTP url paths to match.
315315
exact: "/test"
316-
regex: ""/test/.*"
317-
prefix: ""/"
316+
regex: "/test/.*"
317+
prefix: "/"
318318
headers:
319319
agent-1b: # What HTTP header name to use in the match.
320320
exact: "firefox"

0 commit comments

Comments
 (0)