From b77b7dd3c75e17cc3c48ecc08e6149baed277471 Mon Sep 17 00:00:00 2001 From: Neil Moore Date: Tue, 26 Sep 2017 09:03:00 +0100 Subject: [PATCH 1/5] Update install.go --- cmd/helm/install.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/helm/install.go b/cmd/helm/install.go index a9d308908..0c21050b1 100644 --- a/cmd/helm/install.go +++ b/cmd/helm/install.go @@ -46,8 +46,8 @@ import ( const installDesc = ` This command installs a chart archive. -The install argument must be either a relative path to a chart directory or the -name of a chart in the current working directory. +The install argument must be a chart reference, a path to a packaged chart, +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. From 9c37643081e98e7a9ace7a4e55d15049fe2e4c3b Mon Sep 17 00:00:00 2001 From: Neil Moore Date: Tue, 26 Sep 2017 09:04:13 +0100 Subject: [PATCH 2/5] Update helm_install.md --- docs/helm/helm_install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/helm/helm_install.md b/docs/helm/helm_install.md index 8858f534d..a8f00e434 100644 --- a/docs/helm/helm_install.md +++ b/docs/helm/helm_install.md @@ -8,8 +8,8 @@ install a chart archive This command installs a chart archive. -The install argument must be either a relative path to a chart directory or the -name of a chart in the current working directory. +The install argument must be a chart reference, a path to a packaged chart, +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. From bd48fa165e37ef09473192e996b72d6f5d65b9f4 Mon Sep 17 00:00:00 2001 From: Neil Moore Date: Tue, 26 Sep 2017 09:04:36 +0100 Subject: [PATCH 3/5] Update helm_install.1 --- docs/man/man1/helm_install.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/man/man1/helm_install.1 b/docs/man/man1/helm_install.1 index 8fe99acb3..98995d47a 100644 --- a/docs/man/man1/helm_install.1 +++ b/docs/man/man1/helm_install.1 @@ -18,8 +18,8 @@ helm\-install \- install a chart archive This command installs a chart archive. .PP -The install argument must be either a relative path to a chart directory or the -name of a chart in the current working directory. +The install argument must be a chart reference, a path to a packaged chart, +a path to an unpacked chart directory or a URL. .PP To override values in a chart, use either the '\-\-values' flag and pass in a file From 1b8ddac230328502c6cce7c6bc311dc727953da5 Mon Sep 17 00:00:00 2001 From: Neil Moore Date: Tue, 26 Sep 2017 09:10:41 +0100 Subject: [PATCH 4/5] Update install.go --- cmd/helm/install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/install.go b/cmd/helm/install.go index 0c21050b1..0447edab2 100644 --- a/cmd/helm/install.go +++ b/cmd/helm/install.go @@ -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. From b74f6dd769e01aa6c5119c0c38cadbc2ddbd05bf Mon Sep 17 00:00:00 2001 From: Neil Moore Date: Tue, 26 Sep 2017 09:13:54 +0100 Subject: [PATCH 5/5] Update install.go --- cmd/helm/install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/install.go b/cmd/helm/install.go index 0447edab2..0c21050b1 100644 --- a/cmd/helm/install.go +++ b/cmd/helm/install.go @@ -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.