Commit b666b3dd authored by Adam Reese's avatar Adam Reese

fix(tiller): s/POD_NAMESPACE/TILLER_NAMESPACE/

parent 8824eabf
......@@ -139,7 +139,7 @@ func start(c *cobra.Command, args []string) {
// namespace returns the namespace of tiller
func namespace() string {
if ns := os.Getenv("POD_NAMESPACE"); ns != "" {
if ns := os.Getenv("TILLER_NAMESPACE"); ns != "" {
return ns
}
......
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