Commit 19ec6a9d by Bill Maxwell

mariadb text updates

parent 5ea58276
...@@ -29,23 +29,23 @@ questions: ...@@ -29,23 +29,23 @@ questions:
description: "Enable password authentication" description: "Enable password authentication"
type: boolean type: boolean
required: true required: true
label: Enable Password Authentication label: Enable Authentication
show_subquestion_if: true show_subquestion_if: true
subquestions: subquestions:
- variable: mariadbUser - variable: mariadbUser
default: "admin" default: "admin"
description: "Username of new user to create." description: "Username of user to create."
type: string type: string
label: MariaDB User label: MariaDB User
required: true required: true
- variable: mariadbPassword - variable: mariadbPassword
default: "" default: ""
description: "Password for mariadbUser, defaults to a random 10-character alphanumeric string if not set" description: "Password for user, defaults to a random 10-character alphanumeric string if not set"
type: password type: password
label: MariaDB Password label: MariaDB Password
- variable: mariadbDatabase - variable: mariadbDatabase
default: "" default: ""
description: "Database name to create" description: "Name of database to create"
type: string type: string
label: MariaDB Database label: MariaDB Database
required: true required: true
...@@ -63,7 +63,7 @@ questions: ...@@ -63,7 +63,7 @@ questions:
description: "Enable persistent volume for MariaDB" description: "Enable persistent volume for MariaDB"
type: boolean type: boolean
required: true required: true
label: MariaDB Persistent Volume Enabled label: Enable MariaDB Persistent Volume
show_subquestion_if: true show_subquestion_if: true
subquestions: subquestions:
- variable: persistence.size - variable: persistence.size
...@@ -74,7 +74,7 @@ questions: ...@@ -74,7 +74,7 @@ questions:
required: true required: true
- variable: persistence.storageClass - variable: persistence.storageClass
default: "" default: ""
description: "If unndefined or set to null, using the default storageClass. default to null" description: "If undefined or null, uses the default StorageClass. Defaults to null."
type: storageclass type: storageclass
label: Storage Class for MariaDB label: Storage Class for MariaDB
- variable: metrics.enabled - variable: metrics.enabled
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment