fix(cmd/helm): Remove mention of init from help (#6298)

Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
pull/6300/head
Marc Khouzam 5 years ago committed by Martin Hickey
parent 8f3fd753ad
commit 9df067d9d9

@ -83,13 +83,7 @@ __helm_custom_func()
var globalUsage = `The Kubernetes package manager
To begin working with Helm, run the 'helm init' command:
$ helm init
This will set up any necessary local configuration.
Common actions from this point include:
Common actions for Helm:
- helm search: search for charts
- helm fetch: download a chart to your local directory to view

Loading…
Cancel
Save