missing purge command to be able to pass to delete command

This commit is contained in:
Joachim Hill-Grannec
2018-08-02 19:24:41 +02:00
parent bca2b65ede
commit b60ef92c36
+1
View File
@@ -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"),