Skip to content

Commit

Permalink
Do not cancel the synchronization of secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Feb 12, 2018
1 parent 42c7111 commit 9703d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ingress/controller/store/backend_ssl.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9703d64

Please sign in to comment.