Use helm namespace in uninstall method

pull/544/head
runseb 9 years ago
parent 0b501dd239
commit 914a341e3a

@ -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
}

Loading…
Cancel
Save