Skip to content

Commit

Permalink
Update rancher constants
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Sep 22, 2024
1 parent 6e65958 commit fd4d939
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cluster/rancher.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit fd4d939

Please sign in to comment.