mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
[metallb] Add variable for the metallb namespace (#11136)
This commit is contained in:
committed by
GitHub
parent
a01d0c047a
commit
966a8b95de
@@ -9,7 +9,7 @@
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
namespace: metallb-system
|
||||
namespace: "{{ metallb_namespace }}"
|
||||
name: "{{ pool_name }}"
|
||||
spec:
|
||||
addresses:
|
||||
|
||||
Reference in New Issue
Block a user