Fix error getting class information from Ingress annotations
This commit is contained in:
parent
aa02b7e085
commit
5c9bf12648
7 changed files with 46 additions and 5 deletions
|
|
@ -84,6 +84,8 @@ func NewIngressController(backend ingress.Controller) *GenericController {
|
|||
ingress controller should update the Ingress status IP/hostname. Default is true`)
|
||||
)
|
||||
|
||||
backend.OverrideFlags(flags)
|
||||
|
||||
flags.AddGoFlagSet(flag.CommandLine)
|
||||
flags.Parse(os.Args)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue