Fix capitalization of PathPrefixStrip in kubernetes doc

This commit is contained in:
Maxime Guyot 2017-06-01 14:04:24 +02:00 committed by Ludovic Fernandez
parent e1e07f7750
commit 1db22a6e63
2 changed files with 2 additions and 2 deletions

View file

@ -471,7 +471,7 @@ metadata:
name: cheeses
annotations:
kubernetes.io/ingress.class: traefik
traefik.frontend.rule.type: pathprefixstrip
traefik.frontend.rule.type: PathPrefixStrip
spec:
rules:
- host: cheeses.local

View file

@ -3,7 +3,7 @@ kind: Ingress
metadata:
name: cheeses
annotations:
traefik.frontend.rule.type: pathprefixstrip
traefik.frontend.rule.type: PathPrefixStrip
spec:
rules:
- host: cheeses.local