From 195e73243c11838081984fc3c77c15181f78e16b Mon Sep 17 00:00:00 2001 From: Ian Letourneau Date: Mon, 8 Sep 2025 09:58:08 -0400 Subject: [PATCH] remove commented code --- .../src/modules/prometheus/k8s_prometheus_alerting_score.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/harmony/src/modules/prometheus/k8s_prometheus_alerting_score.rs b/harmony/src/modules/prometheus/k8s_prometheus_alerting_score.rs index 1c0fb9d..24ca918 100644 --- a/harmony/src/modules/prometheus/k8s_prometheus_alerting_score.rs +++ b/harmony/src/modules/prometheus/k8s_prometheus_alerting_score.rs @@ -197,12 +197,6 @@ impl K8sPrometheusCRDAlertingInterpret { } async fn ensure_grafana_operator(&self) -> Result { - // if self.crd_exists("grafanas.grafana.integreatly.org").await { - // debug!("grafana CRDs already exist — skipping install."); - // return Ok(Outcome::success("Grafana CRDs already exist".to_string())); - // } - //may not need to check this since the grafana operator is namespaceScope=true -> it - //will deploy with rolebindings rather than cluster role bindings let _ = Command::new("helm") .args([ "repo",