fix(k8s): add passTLSCert to template.

This commit is contained in:
Fernandez Ludovic 2017-12-21 15:54:27 +01:00 committed by Traefiker
parent 0b49de94c6
commit 5bfd6acd52
2 changed files with 4 additions and 3 deletions

View file

@ -42,6 +42,7 @@
backend = "{{$frontend.Backend}}"
priority = {{$frontend.Priority}}
passHostHeader = {{$frontend.PassHostHeader}}
passTLSCert = {{$frontend.PassTLSCert}}
entryPoints = [{{range $frontend.EntryPoints}}
"{{.}}",