mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Fix template logic
This commit is contained in:
@@ -46,6 +46,6 @@ spec:
|
||||
type: LoadBalancer
|
||||
{% elif tower_ingress_type | lower == "nodeport" %}
|
||||
type: NodePort
|
||||
{% elif %}
|
||||
{% else %}
|
||||
type: ClusterIP
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user