Skip to content
Snippets Groups Projects
Unverified Commit 4db057e9 authored by Damian Szeluga's avatar Damian Szeluga Committed by GitHub
Browse files

Allow changing metallb default pool name (#8111)

parent ea8e2fc6
No related branches found
No related tags found
No related merge requests found
...@@ -18,3 +18,4 @@ metallb_speaker_tolerations: ...@@ -18,3 +18,4 @@ metallb_speaker_tolerations:
key: node-role.kubernetes.io/control-plane key: node-role.kubernetes.io/control-plane
operator: Exists operator: Exists
metallb_controller_tolerations: [] metallb_controller_tolerations: []
metallb_pool_name: "loadbalanced"
...@@ -15,7 +15,7 @@ data: ...@@ -15,7 +15,7 @@ data:
{% endfor %} {% endfor %}
{% endif %} {% endif %}
address-pools: address-pools:
- name: loadbalanced - name: {{ metallb_pool_name }}
protocol: {{ metallb_protocol }} protocol: {{ metallb_protocol }}
addresses: addresses:
{% for ip_range in metallb_ip_range %} {% for ip_range in metallb_ip_range %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment