fix(metallb): correct questions structure
This commit is contained in:
parent
cb3cdcbd31
commit
7fd720c890
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/metallb/metallb
|
||||
- https://metallb.universe.tf
|
||||
type: application
|
||||
version: 0.0.2
|
||||
version: 0.0.3
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- core
|
||||
|
|
|
@ -2,9 +2,14 @@
|
|||
questions:
|
||||
# Include{global}
|
||||
|
||||
- variable: controller
|
||||
- variable: metallb
|
||||
group: "App Configuration"
|
||||
label: ""
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: configInline
|
||||
label: "MetalLB Configuration"
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
|
|
Loading…
Reference in New Issue