1
0
Fork 0

Fix Kubernetes Docs for Middlewares

This commit is contained in:
HurricanKai 2019-06-11 20:42:04 +02:00 committed by Traefiker Bot
parent c4df78b4b9
commit 77b1933833
2 changed files with 4 additions and 2 deletions

View file

@ -23,7 +23,9 @@ metadata:
name: test-stripprefix
spec:
StripPrefix:
prefixes: "/foobar, /fiibar"
prefixes:
- /foobar
- /fiibar
```
```json tab="Marathon"