make change in install.go and generate docs

Signed-off-by: Scott8440 <scott8440@gmail.com>
pull/5854/head
Scott8440 6 years ago
parent c384aae360
commit 949d4f9c14

@ -67,7 +67,8 @@ or
$ helm install --set-string long_int=1234567890 ./redis $ helm install --set-string long_int=1234567890 ./redis
or or
$ helm install --set-file multiline_text=path/to/textfile
$ helm install --set-file multiline_text=path/to/textfile
You can specify the '--values'/'-f' flag multiple times. The priority will be given to the You can specify the '--values'/'-f' flag multiple times. The priority will be given to the
last (right-most) file specified. For example, if both myvalues.yaml and override.yaml last (right-most) file specified. For example, if both myvalues.yaml and override.yaml

@ -131,4 +131,4 @@ helm install [CHART] [flags]
* [helm](helm.md) - The Helm package manager for Kubernetes. * [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 16-May-2019 ###### Auto generated by spf13/cobra on 6-Jun-2019

Loading…
Cancel
Save