Allow changing metallb default pool name (#8111)

This commit is contained in:
Damian Szeluga
2021-10-22 18:38:39 +02:00
committed by GitHub
parent ea8e2fc651
commit 4db057e9c2
2 changed files with 2 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ data:
{% endfor %}
{% endif %}
address-pools:
- name: loadbalanced
- name: {{ metallb_pool_name }}
protocol: {{ metallb_protocol }}
addresses:
{% for ip_range in metallb_ip_range %}