From 9c37643081e98e7a9ace7a4e55d15049fe2e4c3b Mon Sep 17 00:00:00 2001 From: Neil Moore Date: Tue, 26 Sep 2017 09:04:13 +0100 Subject: [PATCH] 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.