mirror of
https://github.com/ipedrazas/drone-helm.git
synced 2026-06-04 18:24:13 +08:00
missing purge command to be able to pass to delete command
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user