fix typo in orangehrm/README.md (#4896)

This commit is contained in:
Chengfei Shang
2018-04-11 02:33:55 -07:00
committed by k8s-ci-robot
parent 5412a9332e
commit 02ff525991
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: orangehrm
version: 1.0.3
version: 1.0.4
appVersion: 4.0.0
description: OrangeHRM is a free HR management system that offers a wealth of modules
to suit the needs of your business.
+2 -2
View File
@@ -73,8 +73,8 @@ The following table lists the configurable parameters of the OrangeHRM chart and
| `externalDatabase.port` | Port of the external database | `3306` |
| `externalDatabase.user` | Existing username in the external db | `bn_orangehrm` |
| `externalDatabase.password` | Password for the above username | `nil` |
| `externalDatabase.database` | Name of the existing database | `bitnami_orangehrm` |
| `mariadb.enabled` | Whether to use or not the mariadb chart | `true` |
| `externalDatabase.database` | Name of the existing database | `bitnami_orangehrm` |
| `mariadb.enabled` | Whether to use the MariaDB chart | `true` |
| `mariadb.mariadbDatabase` | Database name to create | `bitnami_orangehrm` |
| `mariadb.mariadbUser` | Database user to create | `bn_orangehrm` |
| `mariadb.mariadbPassword` | Password for the database | `nil` |