mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
wordpress: readme fixes (#420)
This commit is contained in:
committed by
Adnan Abdulhussein
parent
971d0d6b29
commit
3ddd4d64d5
@@ -19,16 +19,6 @@ It also packages the [Bitnami MariaDB chart](https://github.com/kubernetes/chart
|
||||
- Kubernetes 1.4+ with Beta APIs enabled
|
||||
- PV provisioner support in the underlying infrastructure
|
||||
|
||||
## Get this chart
|
||||
|
||||
Download the latest release of the chart from the [releases](../../../releases) page.
|
||||
|
||||
Alternatively, clone the repo if you wish to use the development snapshot:
|
||||
|
||||
```console
|
||||
$ git clone https://github.com/kubernetes/charts.git
|
||||
```
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
To install the chart with the release name `my-release`:
|
||||
@@ -37,8 +27,6 @@ To install the chart with the release name `my-release`:
|
||||
$ helm install --name my-release stable/wordpress
|
||||
```
|
||||
|
||||
*Replace the `x.x.x` placeholder with the chart release version.*
|
||||
|
||||
The command deploys WordPress on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
|
||||
|
||||
> **Tip**: List all releases using `helm list`
|
||||
@@ -93,7 +81,7 @@ $ helm install --name my-release \
|
||||
stable/wordpress
|
||||
```
|
||||
|
||||
The above command sets the WordPress application username and password to `admin` and `password` respectively. Additionally it sets the MariaDB `root` user password to `secretpassword`.
|
||||
The above command sets the WordPress administrator account username and password to `admin` and `password` respectively. Additionally it sets the MariaDB `root` user password to `secretpassword`.
|
||||
|
||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user