Commit 914a341e authored by runseb's avatar runseb

Use helm namespace in uninstall method

parent 0b501dd2
......@@ -25,6 +25,6 @@ import (
// Returns the string output received from the operation, and an error if the
// command failed.
func Uninstall(runner kubectl.Runner) (string, error) {
o, err := runner.Delete("dm", "Namespace")
o, err := runner.Delete("helm", "Namespace")
return string(o), err
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment