Commit beb115a6 by Bill Maxwell

Mongo text updates

parent c7cd5646
......@@ -4,8 +4,8 @@ categories:
questions:
- variable: defaultImage
default: "true"
description: "Use default Docker image"
label: Use Default Image
description: "Use default Docker images"
label: Use Default Images
type: boolean
show_subquestion_if: false
subquestions:
......@@ -88,6 +88,6 @@ questions:
label: MongoDB Volume Size
- variable: persistentVolume.storageClass
default: ""
description: "If unndefined or set to null, using the default storageClass. default to null"
description: "If unndefined or null, uses the default StorageClass. Defaults to null."
type: storageclass
label: Storage Class for MongoDB
......@@ -4,14 +4,14 @@ categories:
questions:
- variable: defaultImage
default: "true"
description: "Use default Docker image"
label: Use Default Image
description: "Use default Docker images"
label: Use Default Images
type: boolean
show_subquestion_if: false
subquestions:
- variable: image.registry
default: "docker.io"
description: "MongoDB image registry "
description: "MongoDB image registry"
type: string
label: MongoDB Image Registry
- variable: image.repository
......@@ -34,13 +34,13 @@ questions:
subquestions:
- variable: mongodbUsername
default: "admin"
description: "Username of new user to create."
description: "Username of new user"
type: string
label: MongoDB User
label: MongoDB Username
required: true
- variable: mongodbPassword
default: ""
description: "Password for mongodb user, defaults to a random 10-character alphanumeric string if not set"
description: "Password for MongoDB user, defaults to a random 10-character alphanumeric string if not set"
type: password
label: MongoDB Password
- variable: mongodbDatabase
......@@ -81,6 +81,6 @@ 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 set to null, using the default storageClass. Defaults to null."
type: storageclass
label: Storage Class for MongoDB
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