Merge pull request #6971 from anthonyho007/fix-crl-no-reload

Fix crl not reload when crl got updated in the ca secret
This commit is contained in:
Kubernetes Prow Robot 2021-04-05 07:43:12 -07:00 committed by GitHub
commit 559690f579
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,