Merge pull request #550 from gianrubio/fix-args

Fix args
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-04-04 09:16:43 -03:00 committed by GitHub
commit 22c3226377
2 changed files with 3 additions and 3 deletions

View file

@ -271,7 +271,7 @@ func (n *NGINXController) OverrideFlags(flags *pflag.FlagSet) {
}
flags.Set("ingress-class", ic)
n.stats = newStatsCollector(ic, wc, n.binary)
n.stats = newStatsCollector(wc, ic, n.binary)
}
// DefaultIngressClass just return the default ingress class