mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix typo in moodle readme (#4564)
* fix typo in moodle readme * fix more typos
This commit is contained in:
committed by
k8s-ci-robot
parent
ea4e4c63cb
commit
32bf961d13
@@ -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
|
||||
|
||||
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user