Files
truecharts/charts/stable/metallb/questions.yaml
T
Kjeld Schouten-LebbingandGitHub 5529c2a3af refactor(charts): BREAKING CHANGE (#2836)
* Update Apps with new Common version

* Patch with the secret fixes from common

* fix amd
2022-06-07 19:41:19 +02:00

59 lines
2.0 KiB
YAML

# Include{groups}
questions:
# Include{global}
- variable: metallb
group: "App Configuration"
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: configInline
label: "MetalLB Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: address-pools
label: "Address Pools"
schema:
type: list
default: []
items:
- variable: address-pools-entry
group: "Address Pool"
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: protocol
label: "Protocol"
schema:
type: string
default: "layer2"
enum:
- value: "layer2"
description: "layer2"
- value: "bgp"
description: "bgp"
- variable: addresses
label: "Addresses"
schema:
type: list
default: []
items:
- variable: address
label: "Adress"
schema:
type: string
default: ""
required: true