* fix(guacamole-client): add postgres image in values * use multiinit image and cleanup shellscript format * update image ref of czkawka * better scalars * quote
18 lines
534 B
YAML
18 lines
534 B
YAML
- variable: customcommand
|
|
label: "Show Custom Command Options"
|
|
schema:
|
|
type: boolean
|
|
default: false
|
|
show_subquestions_if: true
|
|
subquestions:
|
|
- variable: command
|
|
label: "Command"
|
|
schema:
|
|
type: list
|
|
default: []
|
|
items:
|
|
- variable: param
|
|
label: "param"
|
|
schema:
|
|
type: string
|