Require true value

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-06-29 21:57:19 +02:00
parent ce79bda4d9
commit cb987b9af0

View file

@ -26,7 +26,7 @@ spec:
tls: tls:
{% if termination_passthrough is defined and termination_passthrough %} {% if termination_passthrough is defined and termination_passthrough %}
termination: Passthrough termination: Passthrough
{% elif termination_reencrypt is defined %} {% elif termination_reencrypt is defined and termination_reencrypt %}
termination: Reencrypt termination: Reencrypt
{% else %} {% else %}
termination: edge termination: edge