Fix ingress class
This commit is contained in:
parent
f5f9f5e9c8
commit
2ddba72baa
6 changed files with 65 additions and 23 deletions
|
|
@ -144,6 +144,7 @@ func NewIngressController(backend ingress.Controller) *GenericController {
|
|||
ResyncPeriod: *resyncPeriod,
|
||||
DefaultService: *defaultSvc,
|
||||
IngressClass: *ingressClass,
|
||||
DefaultIngressClass: backend.DefaultIngressClass(),
|
||||
Namespace: *watchNamespace,
|
||||
ConfigMapName: *configMap,
|
||||
TCPConfigMapName: *tcpConfigMapName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue