fix namespace for helm server status

pull/523/head
runseb 10 years ago
parent 9eda75f3be
commit 5b9fe13636

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