mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix typo in opencart readme (#4562)
This commit is contained in:
committed by
k8s-ci-robot
parent
273e1b6cd3
commit
cc9f30a17f
@@ -1,5 +1,5 @@
|
||||
name: opencart
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
appVersion: 3.0.2
|
||||
description: A free and open source e-commerce platform for online merchants. It provides
|
||||
a professional and reliable foundation for a successful online store.
|
||||
|
||||
@@ -67,7 +67,7 @@ The following table lists the configurable parameters of the OpenCart chart and
|
||||
| `externalDatabase.port` | Port of the external database | `3306` |
|
||||
| `externalDatabase.user` | Existing username in the external db | `bn_opencart` |
|
||||
| `externalDatabase.password` | Password for the above username | `nil` |
|
||||
| `externalDatabase.database` | Name of the existing databse | `bitnami_opencart` |
|
||||
| `externalDatabase.database` | Name of the existing database | `bitnami_opencart` |
|
||||
| `mariadb.enabled` | Wheter to use or not the mariadb chart | `true` |
|
||||
| `mariadb.mariadbDatabase` | Database name to create | `bitnami_opencart` |
|
||||
| `mariadb.mariadbUser` | Database user to create | `bn_opencart` |
|
||||
|
||||
Reference in New Issue
Block a user