Removes getBool from kv provider, fixes https://github.com/emilevauge/traefik/issues/117
This commit is contained in:
parent
4abb4c6489
commit
e728f32a15
3 changed files with 4 additions and 71 deletions
|
@ -28,7 +28,7 @@
|
|||
{{$frontend := Last .}}
|
||||
[frontends.{{$frontend}}]
|
||||
backend = "{{Get . "/backend"}}"
|
||||
passHostHeader = "{{GetBool . "/passHostHeader"}}"
|
||||
passHostHeader = {{Get . "/passHostHeader"}}
|
||||
{{$routes := List . "/routes/"}}
|
||||
{{range $routes}}
|
||||
[frontends.{{$frontend}}.routes.{{Last .}}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue