fix(k8s): add passTLSCert to template.
This commit is contained in:
parent
0b49de94c6
commit
5bfd6acd52
2 changed files with 4 additions and 3 deletions
|
@ -42,6 +42,7 @@
|
|||
backend = "{{$frontend.Backend}}"
|
||||
priority = {{$frontend.Priority}}
|
||||
passHostHeader = {{$frontend.PassHostHeader}}
|
||||
passTLSCert = {{$frontend.PassTLSCert}}
|
||||
|
||||
entryPoints = [{{range $frontend.EntryPoints}}
|
||||
"{{.}}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue