Update mariadb.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
parent
d550c3d642
commit
33e546e382
|
@ -5,17 +5,17 @@
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
- variable: password
|
- variable: password
|
||||||
label: Password
|
label: Password
|
||||||
description: "Set the password for the database-user"
|
description: "Set the password for the database-user"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "PLACEHOLDERPASSWORD"
|
default: "PLACEHOLDERPASSWORD"
|
||||||
required: true
|
required: true
|
||||||
- variable: rootPassword
|
- variable: rootPassword
|
||||||
label: "Root Password"
|
label: "Root Password"
|
||||||
description: "Set the root password for mariadb"
|
description: "Set the root password for mariadb"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "PLACEHOLDERROOTPASSWORD"
|
default: "PLACEHOLDERROOTPASSWORD"
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in New Issue