*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 054e6aa4 authored by Weber, Thomas's avatar Weber, Thomas
Browse files

fix: newline issue in template

parent c054649c
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
...@@ -42,7 +42,7 @@ spec: ...@@ -42,7 +42,7 @@ spec:
hostPort: hostPort:
enabled: false enabled: false
annotations: annotations:
ingress/loadBalancerIP: {{ item.value.loadBalancerIP }} {# Just as additional info #} ingress/loadBalancerIP: {{ item.value.loadBalancerIP }}
{# -- BEGIN INNER #} {# -- BEGIN INNER #}
{% if item.value.LoadBalancerID_OpenStack is defined and item.value.LoadBalancerID_OpenStack | length > 0 %} {% if item.value.LoadBalancerID_OpenStack is defined and item.value.LoadBalancerID_OpenStack | length > 0 %}
loadbalancer.openstack.org/load-balancer-id: {{ item.value.LoadBalancerID_OpenStack }} loadbalancer.openstack.org/load-balancer-id: {{ item.value.LoadBalancerID_OpenStack }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment