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