From 41caa936b425517c6b799c1355f5eb340420dfe9 Mon Sep 17 00:00:00 2001 From: rimas Date: Tue, 8 Oct 2019 13:18:58 +0100 Subject: [PATCH] Remove Tiller reference from --install 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.