Fix template logic

This commit is contained in:
TheStally
2021-04-22 08:37:31 +01:00
committed by GitHub
parent 1b87616a11
commit a00052a8ca

View File

@@ -46,6 +46,6 @@ spec:
type: LoadBalancer
{% elif tower_ingress_type | lower == "nodeport" %}
type: NodePort
{% elif %}
{% else %}
type: ClusterIP
{% endif %}
{% endif %}