From 11bb42e635770ff4aad5988b507e647fe2c51c05 Mon Sep 17 00:00:00 2001 From: Jungsub Shin Date: Thu, 7 Feb 2019 17:35:34 +0900 Subject: [PATCH] [stable/mariadb] Fix typo of the install example in README (#11124) Signed-off-by: Jungsub Shin --- stable/mariadb/Chart.yaml | 2 +- stable/mariadb/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/mariadb/Chart.yaml b/stable/mariadb/Chart.yaml index f105c37376..ebf6861e8d 100644 --- a/stable/mariadb/Chart.yaml +++ b/stable/mariadb/Chart.yaml @@ -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: diff --git a/stable/mariadb/README.md b/stable/mariadb/README.md index 16bf9a0d28..705437cd28 100644 --- a/stable/mariadb/README.md +++ b/stable/mariadb/README.md @@ -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 ```