add metallb_namespace default value (#12860)

This commit is contained in:
Kirill Statsenko
2026-01-13 18:25:43 +03:00
committed by GitHub
parent 666a3a9500
commit 63a43cf6db
2 changed files with 7 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
---
metallb_enabled: false
metallb_log_level: info
metallb_namespace: "metallb-system"
metallb_port: "7472"
metallb_memberlist_port: "7946"
metallb_speaker_enabled: "{{ metallb_enabled }}"