mirror of
https://github.com/helm/helm.git
synced 2026-03-03 05:52:14 -05:00
fix(cmd/helm): Remove mention of init from help (#6298)
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
This commit is contained in:
parent
8f3fd753ad
commit
9df067d9d9
1 changed files with 1 additions and 7 deletions
|
|
@ -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…
Reference in a new issue