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 {