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
+1 -1
View File
@@ -25,7 +25,7 @@ sources:
- https://github.com/metallb/metallb - https://github.com/metallb/metallb
- https://metallb.universe.tf - https://metallb.universe.tf
type: application type: application
version: 4.0.0 version: 4.0.1
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- core - core
+5
View File
@@ -3,6 +3,7 @@ questions:
# Include{global} # Include{global}
# Include{controller} # Include{controller}
- variable: ipAddressPools - variable: ipAddressPools
group: "App Configuration"
label: IP Address Pools Object label: IP Address Pools Object
schema: schema:
additional_attrs: true additional_attrs: true
@@ -47,6 +48,7 @@ questions:
default: "" default: ""
required: true required: true
- variable: L2Advertisements - variable: L2Advertisements
group: "App Configuration"
label: L2 Advertisements label: L2 Advertisements
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.
@@ -92,6 +94,7 @@ questions:
default: "" default: ""
required: true required: true
- variable: Communities - variable: Communities
group: "App Configuration"
label: Communities label: Communities
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.
@@ -115,6 +118,7 @@ questions:
required: true required: true
default: "" default: ""
- variable: Peers - variable: Peers
group: "App Configuration"
label: Peers label: Peers
description: BGPPeer is the Schema for the peers API. description: BGPPeer is the Schema for the peers API.
schema: schema:
@@ -214,6 +218,7 @@ questions:
default: "" default: ""
required: true required: true
- variable: BGPAdvertisements - variable: BGPAdvertisements
group: "App Configuration"
label: BGP Advertisements label: BGP Advertisements
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.