Merge pull request #5738 from bacongobbler/fix-helm-install-usage

fix(docs): fix `helm install` usage
pull/5739/head
Matthew Fisher 5 years ago committed by GitHub
commit edfb47b1f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save