fix(mariadb): fix scale gui password reference
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -24,14 +24,14 @@ questions:
|
|||||||
type: string
|
type: string
|
||||||
default: "mydatabaseuser"
|
default: "mydatabaseuser"
|
||||||
required: true
|
required: true
|
||||||
- variable: mariadbPassword
|
- variable: password
|
||||||
group: "App Configuration"
|
group: "App Configuration"
|
||||||
label: "Database Password"
|
label: "Database Password"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
- variable: mariadbRootPassword
|
- variable: rootPassword
|
||||||
group: "App Configuration"
|
group: "App Configuration"
|
||||||
label: "Root Password"
|
label: "Root Password"
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
Reference in New Issue
Block a user