fix crl not reload when crl got updated in the ca secret

This commit is contained in:
anthonyho007 2021-03-18 00:44:55 -04:00
parent 5f1a37a624
commit 4ddb0c724a
3 changed files with 155 additions and 1 deletions

View file

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