Do not cancel the synchronization of secrets (#2069)
This commit is contained in:
parent
27d3ba4e32
commit
fb6abbc0d2
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue