fix typo in mediawiki/README.md (#4808)

This commit is contained in:
Chengfei Shang
2018-04-11 02:59:55 -07:00
committed by k8s-ci-robot
parent 148ba9c051
commit fd3e485126
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: mediawiki
version: 1.0.1
version: 1.0.2
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.
+1 -1
View File
@@ -65,7 +65,7 @@ The following table lists the configurable parameters of the MediaWiki chart and
| `externalDatabase.host` | Host of the external database | `nil` |
| `externalDatabase.user` | Existing username in the external db | `bn_mediawiki` |
| `externalDatabase.password` | Password for the above username | `nil` |
| `externalDatabase.database` | Name of the existing databse | `bitnami_mediawiki` |
| `externalDatabase.database` | Name of the existing database | `bitnami_mediawiki` |
| `mariadb.enabled` | Use or not the mariadb chart | `true` |
| `mariadb.mariadbRootPassword` | MariaDB admin password | `nil` |
| `mariadb.mariadbDatabase` | Database name to create | `bitnami_mediawiki` |