mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix typo in orangehrm/README.md (#4896)
This commit is contained in:
committed by
k8s-ci-robot
parent
5412a9332e
commit
02ff525991
@@ -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.
|
||||
|
||||
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user