We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2f28dc + 71cf366 commit 6780b71Copy full SHA for 6780b71
worker.go
@@ -432,7 +432,7 @@ func matchIngressesToLoadBalancers(
432
} else {
433
certificateARNs = certs.FindMatchingCertificateIDs(ingress.Hostnames)
434
if len(certificateARNs) == 0 {
435
- log.Errorf("No certificates found for %v", ingress.Hostnames)
+ log.Errorf("No certificates found for hostnames %v of %s", ingress.Hostnames, ingress)
436
continue
437
}
438
0 commit comments