From 5f2bc02185f07d3e59244aac0e7d06dce0378c76 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Tue, 10 Sep 2024 19:39:36 -0800 Subject: [PATCH] Add p-fake project id (#593) Signed-off-by: Tamal Saha --- cluster/rancher.go | 2 ++ 1 file changed, 2 insertions(+) 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" )