From 3ec83045d44d735bfb865829c71592a4d85fa9bc Mon Sep 17 00:00:00 2001
From: Mark Petrovic <mspetrovic@gmail.com>
Date: Fri, 30 Sep 2016 17:46:53 -0700
Subject: [PATCH] issue/1254

Fix typo in using_helm.md that refers to "glide install".  The
reference should be to "helm install".
---
 docs/using_helm.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/using_helm.md b/docs/using_helm.md
index 369d39ee3..a0d19b911 100644
--- a/docs/using_helm.md
+++ b/docs/using_helm.md
@@ -215,7 +215,7 @@ and then pass that file during installation.
 
 ```console
 $ echo 'mariadbUser: user0` > config.yaml
-$ glide install -f config.yaml stable/mariadb
+$ helm install -f config.yaml stable/mariadb
 ```
 
 The above will set the default MariaDB user to `user0`, but accept all
-- 
GitLab