diff --git a/internal/ingress/controller/template/template.go b/internal/ingress/controller/template/template.go index 1b16f1388..afe9fedeb 100644 --- a/internal/ingress/controller/template/template.go +++ b/internal/ingress/controller/template/template.go @@ -868,7 +868,7 @@ func getIngressInformation(i, h, p interface{}) *ingressInformation { continue } - if hostname != "" && hostname != rule.Host { + if hostname != "_" && rule.Host == "" { continue }