magento: Small fixes in README (#4293)

This commit is contained in:
Kai Chen
2018-03-19 20:23:59 -07:00
committed by k8s-ci-robot
parent d3f74bb9c9
commit 8fff8acf91
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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:
+3 -3
View File
@@ -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` |