Commit 3b9847db by Bill Maxwell

wordpress text updates

parent edcd6d68
...@@ -2,8 +2,4 @@ ...@@ -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. [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. 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.
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.
...@@ -43,7 +43,7 @@ questions: ...@@ -43,7 +43,7 @@ questions:
label: WordPress Admin Email label: WordPress Admin Email
- variable: mariadb.enabled - variable: mariadb.enabled
default: "true" 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 type: boolean
required: true required: true
label: Install MariaDB label: Install MariaDB
...@@ -78,7 +78,7 @@ questions: ...@@ -78,7 +78,7 @@ questions:
show_if: "mariadb.enabled=false" show_if: "mariadb.enabled=false"
- variable: externalDatabase.password - variable: externalDatabase.password
default: "" default: ""
description: "external database password" description: "External database password"
type: password type: password
label: External Database password label: External Database password
show_if: "mariadb.enabled=false" show_if: "mariadb.enabled=false"
...@@ -90,7 +90,7 @@ questions: ...@@ -90,7 +90,7 @@ questions:
show_if: "mariadb.enabled=false" show_if: "mariadb.enabled=false"
- variable: externalDatabase.port - variable: externalDatabase.port
default: "3306" default: "3306"
description: "External database port number " description: "External database port number"
type: string type: string
label: External Database Port label: External Database Port
show_if: "mariadb.enabled=false" show_if: "mariadb.enabled=false"
...@@ -110,15 +110,15 @@ questions: ...@@ -110,15 +110,15 @@ questions:
label: MariaDB Volume Size label: MariaDB Volume Size
- variable: mariadb.persistence.storageClass - variable: mariadb.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. Default to null"
type: storageclass type: storageclass
label: Default Storage Class for MariaDB label: Default StorageClass for MariaDB
- variable: persistence.enabled - variable: persistence.enabled
default: "false" default: "false"
description: "Enable persistent volume for Wordpress" description: "Enable persistent volume for WordPress"
type: boolean type: boolean
required: true required: true
label: Wordpress Persistent Volume Enabled label: WordPress Persistent Volume Enabled
show_subquestion_if: true show_subquestion_if: true
subquestions: subquestions:
- variable: persistence.size - variable: persistence.size
...@@ -128,19 +128,19 @@ questions: ...@@ -128,19 +128,19 @@ questions:
label: WordPress Volume Size label: WordPress Volume Size
- 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. Default to null"
type: storageclass type: storageclass
label: Default Storage Class for WordPress label: Default StorageClass for WordPress
- variable: serviceType - variable: serviceType
default: "NodePort" default: "NodePort"
description: "Wordpress Service type" description: "WordPress Service type"
type: enum type: enum
options: options:
- "ClusterIP" - "ClusterIP"
- "NodePort" - "NodePort"
- "LoadBalancer" - "LoadBalancer"
required: true required: true
label: Wordpress Service Type label: WordPress Service Type
- variable: nodePorts.http - variable: nodePorts.http
default: "32763" default: "32763"
description: "NodePort http port(to set explicitly, choose port between 30000-32767)" description: "NodePort http port(to set explicitly, choose port between 30000-32767)"
...@@ -168,7 +168,7 @@ questions: ...@@ -168,7 +168,7 @@ questions:
label: Hostname label: Hostname
- variable: ingress.hosts[0].path - variable: ingress.hosts[0].path
default: "/" default: "/"
description: "Path within the url structure " description: "Path within the url structure"
type: string type: string
required: true required: true
label: Hostname 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