fix a typo in the "matallb_auto_assign" variable name (#8949)

* fix a typo in the "matallb_auto_assign" variable name

* add metallb check to fail when deprecated "matallb_auto_assign" variable is defined
This commit is contained in:
orange-llajeanne
2022-06-13 18:40:12 +02:00
committed by GitHub
parent 4726a110fc
commit 2fba94c5e5
4 changed files with 9 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ data:
{% for ip_range in metallb_ip_range %}
- {{ ip_range }}
{% endfor %}
{% if matallb_auto_assign == false %}
{% if metallb_auto_assign == false %}
auto-assign: false
{% endif %}
{% if metallb_additional_address_pools is defined %}{% for pool in metallb_additional_address_pools %}