From 02ff525991932c0fa1ba7dfc5de8f4bc33b99dea Mon Sep 17 00:00:00 2001 From: Chengfei Shang Date: Wed, 11 Apr 2018 17:33:55 +0800 Subject: [PATCH] fix typo in orangehrm/README.md (#4896) --- stable/orangehrm/Chart.yaml | 2 +- stable/orangehrm/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/orangehrm/Chart.yaml b/stable/orangehrm/Chart.yaml index 2a0149a04f..fa8dec9622 100644 --- a/stable/orangehrm/Chart.yaml +++ b/stable/orangehrm/Chart.yaml @@ -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. diff --git a/stable/orangehrm/README.md b/stable/orangehrm/README.md index 8301fc5c7e..71323e058d 100644 --- a/stable/orangehrm/README.md +++ b/stable/orangehrm/README.md @@ -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` |