fix typo in moodle readme (#4564)

* fix typo in moodle readme

* fix more typos
This commit is contained in:
Chengfei Shang
2018-04-02 02:47:03 -07:00
committed by k8s-ci-robot
parent ea4e4c63cb
commit 32bf961d13
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: moodle
version: 0.5.2
version: 0.5.3
appVersion: 3.4.2
description: Moodle is a learning platform designed to provide educators, administrators
and learners with a single robust, secure and integrated system to create personalised
+2 -2
View File
@@ -74,8 +74,8 @@ The following table lists the configurable parameters of the Moodle chart and th
| `externalDatabase.port` | Port of the external database | `3306` |
| `externalDatabase.user` | Existing username in the external db | `bn_moodle` |
| `externalDatabase.password` | Password for the above username | `nil` |
| `externalDatabase.database` | Name of the existing databse | `bitnami_moodle` |
| `mariadb.enabled` | Wheter to use or not the mariadb chart | `true` |
| `externalDatabase.database` | Name of the existing database | `bitnami_moodle` |
| `mariadb.enabled` | Whether to install the mariadb chart | `true` |
| `mariadb.mariadbDatabase` | Database name to create | `bitnami_moodle` |
| `mariadb.mariadbUser` | Database user to create | `bn_moodle` |
| `mariadb.mariadbPassword` | Password for the database | `nil` |