fix namespace for helm server status

pull/544/head
runseb 10 years ago
parent 914a341e3a
commit 75ded56fb5

@ -162,7 +162,7 @@ func statusServer(c *cli.Context) error {
kubectlPath := c.GlobalString("kubectl")
runner := buildKubectlRunner(kubectlPath, dryRun)
out, err := runner.GetByKind("pods", "", "dm")
out, err := runner.GetByKind("pods", "", "helm")
if err != nil {
return err
}

Loading…
Cancel
Save