From a00052a8ca069e4ae6a899f19b79c0f65f93628b Mon Sep 17 00:00:00 2001 From: TheStally Date: Thu, 22 Apr 2021 08:37:31 +0100 Subject: [PATCH] Fix template logic --- roles/installer/templates/tower_service.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/installer/templates/tower_service.yaml.j2 b/roles/installer/templates/tower_service.yaml.j2 index 4b0259c7..3b41e229 100644 --- a/roles/installer/templates/tower_service.yaml.j2 +++ b/roles/installer/templates/tower_service.yaml.j2 @@ -46,6 +46,6 @@ spec: type: LoadBalancer {% elif tower_ingress_type | lower == "nodeport" %} type: NodePort -{% elif %} +{% else %} type: ClusterIP -{% endif %} \ No newline at end of file +{% endif %}