Do not cancel the synchronization of secrets (#2069)
This commit is contained in:
parent
864aacc8d3
commit
e596a084f8
|
|
@ -196,7 +196,7 @@ func (s k8sStore) checkMissingSecrets() {
|
||||||
|
|
||||||
key, _ := parser.GetStringAnnotation("auth-tls-secret", ing)
|
key, _ := parser.GetStringAnnotation("auth-tls-secret", ing)
|
||||||
if key == "" {
|
if key == "" {
|
||||||
return
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
if _, ok := s.sslStore.Get(key); !ok {
|
if _, ok := s.sslStore.Get(key); !ok {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue