From cb987b9af0fb90a9cb21a15f7d3bd1110bd38c46 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sat, 29 Jun 2019 21:57:19 +0200 Subject: [PATCH] Require true value Signed-off-by: Patrick Uiterwijk --- roles/openshift/route/templates/route.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift/route/templates/route.yml b/roles/openshift/route/templates/route.yml index 94923c098b..cde5000861 100644 --- a/roles/openshift/route/templates/route.yml +++ b/roles/openshift/route/templates/route.yml @@ -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