From b496fb95c731ba44c32d32cf23eb853c4079e8e7 Mon Sep 17 00:00:00 2001 From: Chengfei Shang Date: Mon, 9 Apr 2018 13:30:36 +0800 Subject: [PATCH] fix typo in sugarcrm/README.md (#4795) --- stable/sugarcrm/Chart.yaml | 2 +- stable/sugarcrm/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/sugarcrm/Chart.yaml b/stable/sugarcrm/Chart.yaml index 4a85ca61a4..2d9ad7af53 100644 --- a/stable/sugarcrm/Chart.yaml +++ b/stable/sugarcrm/Chart.yaml @@ -1,5 +1,5 @@ name: sugarcrm -version: 1.0.0 +version: 1.0.1 appVersion: 6.5.26 description: SugarCRM enables businesses to create extraordinary customer relationships with the most innovative and affordable CRM solution in the market. keywords: diff --git a/stable/sugarcrm/README.md b/stable/sugarcrm/README.md index 3d78ae6e9d..4abfff92cc 100644 --- a/stable/sugarcrm/README.md +++ b/stable/sugarcrm/README.md @@ -69,7 +69,7 @@ The following table lists the configurable parameters of the SugarCRM chart and | `externalDatabase.user` | Existing username in the external db | `bn_sugarcrm` | | `externalDatabase.password` | Password for the above username | `nil` | | `externalDatabase.database` | Name of the existing databse | `bitnami_sugarcrm` | -| `mariadb.enabled` | Wheter to use or not the mariadb chart | `true` | +| `mariadb.enabled` | Whether to use or not the mariadb chart | `true` | | `mariadb.mariadbDatabase` | Database name to create | `bitnami_sugarcrm` | | `mariadb.mariadbUser` | Database user to create | `bn_sugarcrm` | | `mariadb.mariadbPassword` | Password for the database | `nil` |