Update mariadb.yaml

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten 2024-04-10 12:38:42 +02:00 committed by GitHub
parent d550c3d642
commit 33e546e382
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 14 deletions

View File

@ -5,17 +5,17 @@
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
- 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