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

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

fix: use correct externalIP val for loop

parent 5d4392ce
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
...@@ -44,8 +44,8 @@ spec: ...@@ -44,8 +44,8 @@ spec:
type: ClusterIP type: ClusterIP
{% if item.value.externalIPs is defined and item.value.externalIPs | length > 0 %} {% if item.value.externalIPs is defined and item.value.externalIPs | length > 0 %}
externalIPs: externalIPs:
{% for sourceRange in item.value.externalIPs %} {% for externalIP in item.value.externalIPs %}
- {{ externalIPs }} - {{ externalIP }}
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% endif %} {% endif %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment