From e59241c267b5997a647d6527e36419edab7bc523 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Mon, 25 Sep 2023 12:52:09 -0700 Subject: [PATCH] Add rancher monitoring constants Signed-off-by: Tamal Saha --- cluster/rancher.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cluster/rancher.go b/cluster/rancher.go index bba8a94e1..df2a7e69d 100644 --- a/cluster/rancher.go +++ b/cluster/rancher.go @@ -31,6 +31,9 @@ const ( LabelKeyRancherFieldProjectId = "field.cattle.io/projectId" LabelKeyRancherHelmProjectId = "helm.cattle.io/projectId" LabelKeyRancherHelmProjectOperated = "helm.cattle.io/helm-project-operated" + + NamespaceRancherMonitoring = "cattle-monitoring-system" + PrometheusRancherMonitoring = "rancher-monitoring-prometheus" ) func IsRancherManaged(mapper meta.RESTMapper) bool {