Commit 19ec6a9d by Bill Maxwell

mariadb text updates

parent 5ea58276
......@@ -29,23 +29,23 @@ questions:
description: "Enable password authentication"
type: boolean
required: true
label: Enable Password Authentication
label: Enable Authentication
show_subquestion_if: true
subquestions:
- variable: mariadbUser
default: "admin"
description: "Username of new user to create."
description: "Username of user to create."
type: string
label: MariaDB User
required: true
- variable: mariadbPassword
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
label: MariaDB Password
- variable: mariadbDatabase
default: ""
description: "Database name to create"
description: "Name of database to create"
type: string
label: MariaDB Database
required: true
......@@ -63,7 +63,7 @@ questions:
description: "Enable persistent volume for MariaDB"
type: boolean
required: true
label: MariaDB Persistent Volume Enabled
label: Enable MariaDB Persistent Volume
show_subquestion_if: true
subquestions:
- variable: persistence.size
......@@ -74,7 +74,7 @@ questions:
required: true
- variable: persistence.storageClass
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
label: Storage Class for MariaDB
- 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