mirror of https://github.com/helm/helm.git
Update install.go
This commit is contained in:
parent
1b8ddac230
commit
b74f6dd769
|
@ -47,7 +47,7 @@ const installDesc = `
|
|||
This command installs a chart archive.
|
||||
|
||||
The install argument must be a chart reference, a path to a packaged chart,
|
||||
a path to an unpacked chart directory or a URL.
|
||||
a path to an unpacked chart directory or a URL.
|
||||
|
||||
To override values in a chart, use either the '--values' flag and pass in a file
|
||||
or use the '--set' flag and pass configuration from the command line.
|
||||
|
|
Loading…
Reference in New Issue