Skip to content

Commit

Permalink
MINOR: fix typo in convert logs
Browse files Browse the repository at this point in the history
  • Loading branch information
hdurand0710 authored and oktalz committed Jan 7, 2025
1 parent ce2bb50 commit 3a5b943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/store/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (n ingressNetworkingV1Strategy) ConvertIngress() *Ingress {
for _, k8sRule := range ingressRules {
paths := make(map[string]*IngressPath)
if k8sRule.HTTP == nil {
logger.Warningf("Ingress HTTP rules for [%s] does not exists", k8sRule.Host)
logger.Warningf("Ingress HTTP rules for [%s] do not exist", k8sRule.Host)
continue
}
for _, k8sPath := range k8sRule.HTTP.Paths {
Expand Down

0 comments on commit 3a5b943

Please sign in to comment.