fix(metallb): fix wrong additional_attr define
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -6,7 +6,6 @@ questions:
|
|||||||
group: "App Configuration"
|
group: "App Configuration"
|
||||||
label: IP Address Pools Object
|
label: IP Address Pools Object
|
||||||
schema:
|
schema:
|
||||||
additional_attrs: true
|
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: []
|
||||||
items:
|
items:
|
||||||
@@ -53,7 +52,6 @@ questions:
|
|||||||
description: L2Advertisement allows to advertise the LoadBalancer IPs provided
|
description: L2Advertisement allows to advertise the LoadBalancer IPs provided
|
||||||
by the selected pools via L2.
|
by the selected pools via L2.
|
||||||
schema:
|
schema:
|
||||||
additional_attrs: true
|
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: []
|
||||||
items:
|
items:
|
||||||
@@ -99,7 +97,6 @@ questions:
|
|||||||
description: Community is a collection of aliases for communities. Users can
|
description: Community is a collection of aliases for communities. Users can
|
||||||
define named aliases to be used in the BGPPeer CRD.
|
define named aliases to be used in the BGPPeer CRD.
|
||||||
schema:
|
schema:
|
||||||
additional_attrs: true
|
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: []
|
||||||
items:
|
items:
|
||||||
@@ -223,7 +220,6 @@ questions:
|
|||||||
description: BGPAdvertisement allows to advertise the IPs coming from the
|
description: BGPAdvertisement allows to advertise the IPs coming from the
|
||||||
selected IPAddressPools via BGP.
|
selected IPAddressPools via BGP.
|
||||||
schema:
|
schema:
|
||||||
additional_attrs: true
|
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: []
|
||||||
items:
|
items:
|
||||||
|
|||||||
Reference in New Issue
Block a user