Do not cancel the synchronization of secrets (#2069)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-02-11 21:37:02 -08:00 committed by GitHub
parent 27d3ba4e32
commit fb6abbc0d2

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 {