From b60ef92c36e1115cfeeb3afb27acb3430bc23693 Mon Sep 17 00:00:00 2001 From: Joachim Hill-Grannec Date: Thu, 2 Aug 2018 19:24:41 +0200 Subject: [PATCH] missing purge command to be able to pass to delete command --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 96f8cf5..f3385a7 100644 --- a/main.go +++ b/main.go @@ -157,6 +157,7 @@ func run(c *cli.Context) error { ServiceAccount: c.String("service-account"), KubeConfig: c.String("kube-config"), HelmCommand: c.String("helm_command"), + Purge: c.Bool("purge"), Namespace: c.String("namespace"), SkipTLSVerify: c.Bool("skip_tls_verify"), Values: c.String("values"),