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:
{% 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