Use the same case every where for entryPoints.
This commit is contained in:
parent
b9f826554c
commit
8389b46b5c
74 changed files with 248 additions and 248 deletions
|
@ -28,7 +28,7 @@ metadata:
|
|||
name: ingressroutefoo.crd
|
||||
|
||||
spec:
|
||||
entrypoints:
|
||||
entryPoints:
|
||||
- web
|
||||
routes:
|
||||
# Match is the rule corresponding to an underlying router.
|
||||
|
@ -63,7 +63,7 @@ metadata:
|
|||
name: stripprefix
|
||||
|
||||
spec:
|
||||
stripprefix:
|
||||
stripPrefix:
|
||||
prefixes:
|
||||
- /stripit
|
||||
|
||||
|
@ -74,7 +74,7 @@ metadata:
|
|||
name: ingressroutebar.crd
|
||||
|
||||
spec:
|
||||
entrypoints:
|
||||
entryPoints:
|
||||
- web
|
||||
routes:
|
||||
- match: Host(`bar.com`) && PathPrefix(`/stripit`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue