From 648fa876ade7c95cbddfb83af79e502f14df93ee Mon Sep 17 00:00:00 2001 From: Rimas Mocevicius Date: Tue, 8 Oct 2019 13:52:57 +0100 Subject: [PATCH] Remove Tiller reference from --install (#6604) Signed-off-by: rimas --- cmd/helm/install.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/helm/install.go b/cmd/helm/install.go index d43a12f80..2540558a5 100644 --- a/cmd/helm/install.go +++ b/cmd/helm/install.go @@ -74,8 +74,7 @@ set for a key called 'foo', the 'newbar' value would take precedence: To check the generated manifests of a release without installing the chart, -the '--debug' and '--dry-run' flags can be combined. This will still require a -round-trip to the Tiller server. +the '--debug' and '--dry-run' flags can be combined. If --verify is set, the chart MUST have a provenance file, and the provenance file MUST pass all verification steps.