Skip to content

Commit 54ca827

Browse files
committed
Fix logs
1 parent b8b058b commit 54ca827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kube/util/url.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func discoverURLFromRefs(client client.Client, ingressMonitor *endpointmonitorv1
7272
}
7373

7474
// if routeRef is mentioned in non openshift cluster
75-
log.V(1).Info("RouteRef is not supported for kubernetes version on following ingressMonitor: " + ingressMonitor.Name)
75+
log.V(1).Info("RouteRef is only supported for openshift. Found non-openshift kubernetes cluster for ingressMonitor: " + ingressMonitor.Name)
7676

7777
return "", errors.New("Unsupported Ref set on ingressMonitor: " + ingressMonitor.Name)
7878
}

0 commit comments

Comments
 (0)