mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-24 09:07:47 -02:30
[metallb] Add variable for the metallb namespace (#11136)
This commit is contained in:
committed by
GitHub
parent
a01d0c047a
commit
966a8b95de
@@ -11,7 +11,7 @@ apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
||||
metadata:
|
||||
name: "{{ entry }}"
|
||||
namespace: metallb-system
|
||||
namespace: "{{ metallb_namespace }}"
|
||||
spec:
|
||||
ipAddressPools:
|
||||
- "{{ entry }}"
|
||||
|
||||
Reference in New Issue
Block a user