From fd4d9392f9edd0e3fd111a6cbc02ca6bc246e6f3 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Sat, 21 Sep 2024 19:55:06 -0700 Subject: [PATCH] Update rancher constants Signed-off-by: Tamal Saha --- cluster/rancher.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cluster/rancher.go b/cluster/rancher.go index 155d791c5..40a135556 100644 --- a/cluster/rancher.go +++ b/cluster/rancher.go @@ -41,8 +41,9 @@ const ( FakeRancherProjectId = "p-fake" - NamespaceRancherMonitoring = "cattle-monitoring-system" - PrometheusRancherMonitoring = "rancher-monitoring-prometheus" + RancherMonitoringNamespace = "cattle-monitoring-system" + RancherMonitoringPrometheus = "rancher-monitoring-prometheus" + RancherMonitoringAlertmanager = "rancher-monitoring-alertmanager" ) func IsRancherManaged(mapper meta.RESTMapper) bool {