Skip to content

Commit 4306014

Browse files
hdurand0710oktalz
authored andcommitted
MINOR: fix typo in convert logs
1 parent 791603a commit 4306014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/store/convert.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func (n ingressNetworkingV1Strategy) ConvertIngress() *Ingress {
9494
for _, k8sRule := range ingressRules {
9595
paths := make(map[string]*IngressPath)
9696
if k8sRule.HTTP == nil {
97-
logger.Warningf("Ingress HTTP rules for [%s] does not exists", k8sRule.Host)
97+
logger.Warningf("Ingress HTTP rules for [%s] do not exist", k8sRule.Host)
9898
continue
9999
}
100100
for _, k8sPath := range k8sRule.HTTP.Paths {

0 commit comments

Comments
 (0)