From 20f2e1b3a2a3ade915fcb60f959ba0fff4de4da3 Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Wed, 15 May 2019 15:07:16 -0700 Subject: [PATCH] fix(docs): fix `helm install` usage Signed-off-by: Matthew Fisher --- 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 17ed82ef4..e119890af 100755 --- a/docs/using_helm.md +++ b/docs/using_helm.md @@ -91,7 +91,7 @@ To install a new package, use the `helm install` command. At its simplest, it takes only one argument: The name of the chart. ``` -$ helm install stable/mariadb +$ helm install --generate-name stable/mariadb Fetched stable/mariadb-0.3.0 to /Users/mattbutcher/Code/Go/src/helm.sh/helm/mariadb-0.3.0.tgz happy-panda Last Deployed: Wed Sep 28 12:32:28 2016