Commit 3b9847db by Bill Maxwell

wordpress text updates

parent edcd6d68
......@@ -2,8 +2,4 @@
[WordPress](https://wordpress.org/) is one of the most versatile open source content management systems on the market. A publishing platform for building blogs and websites.
## Installing
This chart bootstraps a [WordPress](https://github.com/bitnami/bitnami-docker-wordpress) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
It also packages the [Bitnami MariaDB chart](https://github.com/kubernetes/charts/tree/master/stable/mariadb) which is required for bootstrapping a MariaDB deployment for the database requirements of the WordPress application.
This chart bootstraps a [WordPress](https://github.com/bitnami/bitnami-docker-wordpress) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager. The chart also packages the [Bitnami MariaDB chart](https://github.com/kubernetes/charts/tree/master/stable/mariadb) to provide the backend database for the WordPress application.
......@@ -43,7 +43,7 @@ questions:
label: WordPress Admin Email
- variable: mariadb.enabled
default: "true"
description: "Whether to deploy a mariadb server to satisfy the applications database requirements. To use an external database set this to false and configure the externalDatabase parameters"
description: "Deploy a database server as part of this deployment, or set to false and configure an external database connection."
type: boolean
required: true
label: Install MariaDB
......@@ -78,7 +78,7 @@ questions:
show_if: "mariadb.enabled=false"
- variable: externalDatabase.password
default: ""
description: "external database password"
description: "External database password"
type: password
label: External Database password
show_if: "mariadb.enabled=false"
......@@ -90,7 +90,7 @@ questions:
show_if: "mariadb.enabled=false"
- variable: externalDatabase.port
default: "3306"
description: "External database port number "
description: "External database port number"
type: string
label: External Database Port
show_if: "mariadb.enabled=false"
......@@ -110,15 +110,15 @@ questions:
label: MariaDB Volume Size
- variable: mariadb.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. Default to null"
type: storageclass
label: Default Storage Class for MariaDB
label: Default StorageClass for MariaDB
- variable: persistence.enabled
default: "false"
description: "Enable persistent volume for Wordpress"
description: "Enable persistent volume for WordPress"
type: boolean
required: true
label: Wordpress Persistent Volume Enabled
label: WordPress Persistent Volume Enabled
show_subquestion_if: true
subquestions:
- variable: persistence.size
......@@ -128,19 +128,19 @@ questions:
label: WordPress Volume Size
- 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. Default to null"
type: storageclass
label: Default Storage Class for WordPress
label: Default StorageClass for WordPress
- variable: serviceType
default: "NodePort"
description: "Wordpress Service type"
description: "WordPress Service type"
type: enum
options:
- "ClusterIP"
- "NodePort"
- "LoadBalancer"
required: true
label: Wordpress Service Type
label: WordPress Service Type
- variable: nodePorts.http
default: "32763"
description: "NodePort http port(to set explicitly, choose port between 30000-32767)"
......@@ -168,7 +168,7 @@ questions:
label: Hostname
- variable: ingress.hosts[0].path
default: "/"
description: "Path within the url structure "
description: "Path within the url structure"
type: string
required: true
label: Hostname
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