Fix missing list in example VirtualService (#3196)

`match` should take a list, but here the `-` was missing.
This commit is contained in:
John Howard 2019-02-05 10:43:22 -08:00 committed by istio-bot
parent 8e2aa86f96
commit 6af1bb77c1
1 changed files with 1 additions and 1 deletions

View File

@ -602,7 +602,7 @@ spec:
- ratings
http:
- match:
sourceLabels:
- sourceLabels:
app: reviews
route:
...