Do not cancel the synchronization of secrets

This commit is contained in:
Manuel de Brito Fontes 2018-02-11 22:02:04 -03:00
parent 42c7111259
commit 9703d6416e

View file

@ -196,7 +196,7 @@ func (s k8sStore) checkMissingSecrets() {
key, _ := parser.GetStringAnnotation("auth-tls-secret", ing)
if key == "" {
return
continue
}
if _, ok := s.sslStore.Get(key); !ok {