From cae8d4a96ad6bd6f503e8da2a9d093d665ea65c6 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Fri, 18 Oct 2019 03:52:59 -0400 Subject: [PATCH] fix(cmd): Add release name to install examples (#6697) Signed-off-by: Marc Khouzam --- cmd/helm/install.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cmd/helm/install.go b/cmd/helm/install.go index e29fbbda1..6c6920daa 100644 --- a/cmd/helm/install.go +++ b/cmd/helm/install.go @@ -81,15 +81,15 @@ file MUST pass all verification steps. There are five different ways you can express the chart you want to install: -1. By chart reference: helm install example/mariadb -2. By path to a packaged chart: helm install ./nginx-1.2.3.tgz -3. By path to an unpacked chart directory: helm install ./nginx -4. By absolute URL: helm install https://example.com/charts/nginx-1.2.3.tgz -5. By chart reference and repo url: helm install --repo https://example.com/charts/ nginx +1. By chart reference: helm install mymaria example/mariadb +2. By path to a packaged chart: helm install mynginx ./nginx-1.2.3.tgz +3. By path to an unpacked chart directory: helm install mynginx ./nginx +4. By absolute URL: helm install mynginx https://example.com/charts/nginx-1.2.3.tgz +5. By chart reference and repo url: helm install --repo https://example.com/charts/ mynginx nginx CHART REFERENCES -A chart reference is a convenient way of reference a chart in a chart repository. +A chart reference is a convenient way of referencing a chart in a chart repository. When you use a chart reference with a repo prefix ('example/mariadb'), Helm will look in the local configuration for a chart repository named 'example', and will then look for a