[stable/mediawiki] Fix some typos (#4227)

* [stable/ghost] Fix some typos

* [stable/mediawiki] Fix some typos

* Revert "[stable/ghost] Fix some typos"

This reverts commit fe3bc14a3e.

* Update README.md

Another typo (replace tables by table)
This commit is contained in:
Carlos Rodríguez Hernández
2018-03-19 15:08:00 -07:00
committed by k8s-ci-robot
parent c68749fc87
commit 5a25b10208
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: mediawiki
version: 0.6.4
version: 0.6.5
appVersion: 1.30.0
description: Extremely powerful, scalable software and a feature-rich wiki implementation
that uses PHP to process and display data stored in a database.
+2 -2
View File
@@ -43,7 +43,7 @@ The command removes all the Kubernetes components associated with the chart and
## Configuration
The following tables lists the configurable parameters of the MediaWiki chart and their default values.
The following table lists the configurable parameters of the MediaWiki chart and their default values.
| Parameter | Description | Default |
|--------------------------------------|------------------------------------------|---------------------------------------------------------|
@@ -88,7 +88,7 @@ $ helm install --name my-release \
stable/mediawiki
```
The above command sets the MediaWiki administrator account username and password to `admin` and `password` respectively. Additionally it sets the MariaDB `root` user password to `secretpassword`.
The above command sets the MediaWiki 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,