Unverified Commit 2a8a59d3 authored by Matthew Fisher's avatar Matthew Fisher Committed by GitHub

Merge pull request #3944 from databus23/patch-4

Fix --tiller-namespace flag for plugins
parents 4d519a74 ed39f16e
......@@ -131,7 +131,7 @@ func manuallyProcessArgs(args []string) ([]string, []string) {
switch a := args[i]; a {
case "--debug":
known = append(known, a)
case "--host", "--kube-context", "--home":
case "--host", "--kube-context", "--home", "--tiller-namespace":
known = append(known, a, args[i+1])
i++
default:
......
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