From df058c3c646501c31349df2eaa8ee42cd0305e4f Mon Sep 17 00:00:00 2001 From: Chengfei Shang Date: Mon, 9 Apr 2018 13:30:41 +0800 Subject: [PATCH] fix typo in prestashop/README.md (#4794) --- stable/prestashop/Chart.yaml | 2 +- stable/prestashop/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/prestashop/Chart.yaml b/stable/prestashop/Chart.yaml index a73f657724..cad1c766ff 100644 --- a/stable/prestashop/Chart.yaml +++ b/stable/prestashop/Chart.yaml @@ -1,5 +1,5 @@ name: prestashop -version: 1.0.0 +version: 1.0.1 appVersion: 1.7.3 description: A popular open source ecommerce solution. Professional tools are easily accessible to increase online sales including instant guest checkout, abandoned diff --git a/stable/prestashop/README.md b/stable/prestashop/README.md index 3c6430c743..8d17ed181e 100644 --- a/stable/prestashop/README.md +++ b/stable/prestashop/README.md @@ -70,7 +70,7 @@ The following table lists the configurable parameters of the PrestaShop chart an | `externalDatabase.user` | Existing username in the external db | `bn_prestashop` | | `externalDatabase.password` | Password for the above username | `nil` | | `externalDatabase.database` | Name of the existing database | `bitnami_prestashop` | -| `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_prestashop` | | `mariadb.mariadbUser` | Database user to create | `bn_prestashop` | | `mariadb.mariadbPassword` | Password for the database | `nil` |