Skip to content

Commit

Permalink
Update service.yaml.j2 (#1641)
Browse files Browse the repository at this point in the history
fix loadbalancerip
  • Loading branch information
gtomilko authored Nov 27, 2023
1 parent 93c5e4a commit bba8b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/installer/templates/networking/service.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
type: NodePort
{% elif service_type | lower == "loadbalancer" %}
type: LoadBalancer
{% if loadbalancer_ip is defined and loadbalancer_ip|length %}
{% if loadbalancer_ip is defined and loadbalancer_ip | length %}
loadbalancerip: '{{ loadbalancer_ip }}'
{% endif %}
{% else %}
Expand Down

0 comments on commit bba8b8e

Please sign in to comment.