chore(metallb): fix questions.yaml (#3744)

This commit is contained in:
Stavros Kois
2022-09-12 11:01:39 +03:00
committed by GitHub
parent 44a77cd0dd
commit 436bc3b0ee
2 changed files with 6 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ sources:
- https://github.com/metallb/metallb
- https://metallb.universe.tf
type: application
version: 4.0.0
version: 4.0.1
annotations:
truecharts.org/catagories: |
- core

View File

@@ -3,6 +3,7 @@ questions:
# Include{global}
# Include{controller}
- variable: ipAddressPools
group: "App Configuration"
label: IP Address Pools Object
schema:
additional_attrs: true
@@ -47,6 +48,7 @@ questions:
default: ""
required: true
- variable: L2Advertisements
group: "App Configuration"
label: L2 Advertisements
description: L2Advertisement allows to advertise the LoadBalancer IPs provided
by the selected pools via L2.
@@ -92,6 +94,7 @@ questions:
default: ""
required: true
- variable: Communities
group: "App Configuration"
label: Communities
description: Community is a collection of aliases for communities. Users can
define named aliases to be used in the BGPPeer CRD.
@@ -115,6 +118,7 @@ questions:
required: true
default: ""
- variable: Peers
group: "App Configuration"
label: Peers
description: BGPPeer is the Schema for the peers API.
schema:
@@ -214,6 +218,7 @@ questions:
default: ""
required: true
- variable: BGPAdvertisements
group: "App Configuration"
label: BGP Advertisements
description: BGPAdvertisement allows to advertise the IPs coming from the
selected IPAddressPools via BGP.