fix crl not reload when crl got updated in the ca secret
This commit is contained in:
parent
5f1a37a624
commit
4ddb0c724a
3 changed files with 155 additions and 1 deletions
|
|
@ -457,8 +457,8 @@ func New(
|
|||
klog.ErrorS(err, "could not find Ingress in local store", "ingress", ingKey)
|
||||
continue
|
||||
}
|
||||
store.syncIngress(ing)
|
||||
store.syncSecrets(ing)
|
||||
store.syncIngress(ing)
|
||||
}
|
||||
updateCh.In() <- Event{
|
||||
Type: UpdateEvent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue