22 lines
612 B
YAML
22 lines
612 B
YAML
- variable: mariadb
|
|
group: Dependencies
|
|
label: "MariaDB"
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: password
|
|
label: Password
|
|
description: "Set the password for the database-user"
|
|
schema:
|
|
type: string
|
|
default: "PLACEHOLDERPASSWORD"
|
|
required: true
|
|
- variable: rootPassword
|
|
label: "Root Password"
|
|
description: "Set the root password for mariadb"
|
|
schema:
|
|
type: string
|
|
default: "PLACEHOLDERROOTPASSWORD"
|
|
required: true
|