From 949d4f9c14efc4e927871117f6eda7067ce13e96 Mon Sep 17 00:00:00 2001 From: Scott8440 Date: Thu, 6 Jun 2019 20:53:47 -0700 Subject: [PATCH] make change in install.go and generate docs Signed-off-by: Scott8440 --- cmd/helm/install.go | 3 ++- docs/helm/helm_install.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cmd/helm/install.go b/cmd/helm/install.go index 23f307564..ffa668a5a 100644 --- a/cmd/helm/install.go +++ b/cmd/helm/install.go @@ -67,7 +67,8 @@ or $ helm install --set-string long_int=1234567890 ./redis 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 last (right-most) file specified. For example, if both myvalues.yaml and override.yaml diff --git a/docs/helm/helm_install.md b/docs/helm/helm_install.md index 2435b22d8..3d3363f8f 100644 --- a/docs/helm/helm_install.md +++ b/docs/helm/helm_install.md @@ -131,4 +131,4 @@ helm install [CHART] [flags] * [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