Merge pull request #3944 from databus23/patch-4

Fix --tiller-namespace flag for plugins
pull/3946/head
Matthew Fisher 7 years ago committed by GitHub
commit 2a8a59d33e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save