[stable/mariadb] Fix typo of the install example in README (#11124)

Signed-off-by: Jungsub Shin <supsup5642@gmail.com>
This commit is contained in:
Jungsub Shin
2019-02-07 00:35:34 -08:00
committed by Kubernetes Prow Robot
parent 9c89dba36d
commit 11bb42e635
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: mariadb
version: 5.5.0
version: 5.5.1
appVersion: 10.1.37
description: Fast, reliable, scalable, and easy to use open-source relational database system. MariaDB Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. Highly available MariaDB cluster.
keywords:
+1 -1
View File
@@ -141,7 +141,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```bash
$ helm install --name my-release \
--set root.password=secretpassword,user.database=app_database \
--set rootUser.password=secretpassword,db.user=app_database \
stable/mariadb
```