We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d39bea commit a3c6e1dCopy full SHA for a3c6e1d
pkg/controllers/approvalrequest/controller.go
@@ -45,7 +45,7 @@ const (
45
metricCollectorFinalizer = "kubernetes-fleet.io/metric-collector-cleanup"
46
47
// prometheusURL is the default Prometheus URL to use
48
- prometheusURL = "http://prometheus.fleet-system.svc.cluster.local:9090"
+ prometheusURL = "http://prometheus.test-ns.svc.cluster.local:9090"
49
)
50
51
// Reconciler reconciles an ApprovalRequest object and creates MetricCollector resources
0 commit comments