diff --git a/templates/questions/dependencies/mariadb.yaml b/templates/questions/dependencies/mariadb.yaml index b24a6df64fd..13582094f83 100644 --- a/templates/questions/dependencies/mariadb.yaml +++ b/templates/questions/dependencies/mariadb.yaml @@ -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