mirror of https://github.com/istio/istio.io.git
Fix missing list in example VirtualService (#3196)
`match` should take a list, but here the `-` was missing.
This commit is contained in:
parent
8e2aa86f96
commit
6af1bb77c1
|
@ -602,7 +602,7 @@ spec:
|
|||
- ratings
|
||||
http:
|
||||
- match:
|
||||
sourceLabels:
|
||||
- sourceLabels:
|
||||
app: reviews
|
||||
route:
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue