fix typo in prestashop/README.md (#4794)

This commit is contained in:
Chengfei Shang
2018-04-08 22:30:41 -07:00
committed by k8s-ci-robot
parent b496fb95c7
commit df058c3c64
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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` |