Skip to content

Commit

Permalink
Merge pull request #660 from zalando-incubator/worker/log-ingress-name
Browse files Browse the repository at this point in the history
worker: log ingress details without matching certificate
  • Loading branch information
AlexanderYastrebov authored Nov 27, 2023
2 parents f2f28dc + 71cf366 commit 6780b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ func matchIngressesToLoadBalancers(
} else {
certificateARNs = certs.FindMatchingCertificateIDs(ingress.Hostnames)
if len(certificateARNs) == 0 {
log.Errorf("No certificates found for %v", ingress.Hostnames)
log.Errorf("No certificates found for hostnames %v of %s", ingress.Hostnames, ingress)
continue
}
}
Expand Down

0 comments on commit 6780b71

Please sign in to comment.