Skip to content

Commit a3c6e1d

Browse files
author
Arvind Thirumurugan
committed
fix prometheus URL
Signed-off-by: Arvind Thirumurugan <[email protected]>
1 parent 0d39bea commit a3c6e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controllers/approvalrequest/controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const (
4545
metricCollectorFinalizer = "kubernetes-fleet.io/metric-collector-cleanup"
4646

4747
// prometheusURL is the default Prometheus URL to use
48-
prometheusURL = "http://prometheus.fleet-system.svc.cluster.local:9090"
48+
prometheusURL = "http://prometheus.test-ns.svc.cluster.local:9090"
4949
)
5050

5151
// Reconciler reconciles an ApprovalRequest object and creates MetricCollector resources

0 commit comments

Comments
 (0)