Fix Kubernetes Docs for Middlewares
This commit is contained in:
parent
c4df78b4b9
commit
77b1933833
2 changed files with 4 additions and 2 deletions
|
@ -23,7 +23,9 @@ metadata:
|
|||
name: test-stripprefix
|
||||
spec:
|
||||
StripPrefix:
|
||||
prefixes: "/foobar, /fiibar"
|
||||
prefixes:
|
||||
- /foobar
|
||||
- /fiibar
|
||||
```
|
||||
|
||||
```json tab="Marathon"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue