Merge pull request #1388 from cilq/patch-1

Fix variable name for loadbalancerip in template.
This commit is contained in:
Seth Foster
2023-05-03 14:07:44 -04:00
committed by GitHub

View File

@@ -52,7 +52,7 @@ spec:
type: NodePort
{% elif service_type | lower == "loadbalancer" %}
type: LoadBalancer
{% if variable is defined and variable|length %}
{% if loadbalancer_ip is defined and loadbalancer_ip|length %}
loadbalancerip: '{{ loadbalancer_ip }}'
{% endif %}
{% else %}