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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -18,3 +18,4 @@ metallb_speaker_tolerations:
key: node-role.kubernetes.io/control-plane
operator: Exists
metallb_controller_tolerations: []
metallb_pool_name: "loadbalanced"

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 %}