diff --git a/cluster/rancher.go b/cluster/rancher.go index df2a7e69d..8a824fe9c 100644 --- a/cluster/rancher.go +++ b/cluster/rancher.go @@ -32,6 +32,8 @@ const ( LabelKeyRancherHelmProjectId = "helm.cattle.io/projectId" LabelKeyRancherHelmProjectOperated = "helm.cattle.io/helm-project-operated" + FakeRancherProjectId = "p-fake" + NamespaceRancherMonitoring = "cattle-monitoring-system" PrometheusRancherMonitoring = "rancher-monitoring-prometheus" )