mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
magento: Small fixes in README (#4293)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: magento
|
||||
version: 0.6.5
|
||||
version: 0.6.6
|
||||
appVersion: 2.2.3
|
||||
description: A feature-rich flexible e-commerce solution. It includes transaction options, multi-store functionality, loyalty programs, product categorization and shopper filtering, promotion rules, and more.
|
||||
keywords:
|
||||
|
||||
@@ -12,7 +12,7 @@ $ helm install stable/magento
|
||||
|
||||
This chart bootstraps a [Magento](https://github.com/bitnami/bitnami-docker-magento) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
|
||||
|
||||
It also packages the [Bitnami MariaDB chart](https://github.com/kubernetes/charts/tree/master/stable/mariadb) which is required for bootstrapping a MariaDB deployment for the database requirements of the Magento application.
|
||||
It also packages the [Bitnami MariaDB chart](https://github.com/kubernetes/charts/tree/master/stable/mariadb) which is required for bootstrapping a MariaDB deployment as a database for the Magento application.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
@@ -63,8 +63,8 @@ The following table lists the configurable parameters of the Magento chart and t
|
||||
| `externalDatabase.port` | Port of the external database | `3306` |
|
||||
| `externalDatabase.user` | Existing username in the external db | `bn_magento` |
|
||||
| `externalDatabase.password` | Password for the above username | `nil` |
|
||||
| `externalDatabase.database` | Name of the existing databse | `bitnami_magento` |
|
||||
| `mariadb.enabled` | Use or not the mariadb chart | `true` |
|
||||
| `externalDatabase.database` | Name of the existing database | `bitnami_magento` |
|
||||
| `mariadb.enabled` | Whether to use the MariaDB chart | `true` |
|
||||
| `mariadb.mariadbRootPassword` | MariaDB admin password | `nil` |
|
||||
| `mariadb.mariadbDatabase` | Database name to create | `bitnami_magento` |
|
||||
| `mariadb.mariadbUser` | Database user to create | `bn_magento` |
|
||||
|
||||
Reference in New Issue
Block a user