Require true value
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
ce79bda4d9
commit
cb987b9af0
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ spec:
|
|||
tls:
|
||||
{% if termination_passthrough is defined and termination_passthrough %}
|
||||
termination: Passthrough
|
||||
{% elif termination_reencrypt is defined %}
|
||||
{% elif termination_reencrypt is defined and termination_reencrypt %}
|
||||
termination: Reencrypt
|
||||
{% else %}
|
||||
termination: edge
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue