Skip to content

Commit

Permalink
worker: log ingress details without matching certificate
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
  • Loading branch information
AlexanderYastrebov committed Nov 21, 2023
1 parent f2f28dc commit 71cf366
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 71cf366

Please sign in to comment.