diff --git a/harmony/src/modules/prometheus/rhob_alerting_score.rs b/harmony/src/modules/prometheus/rhob_alerting_score.rs index 8acfef1..97fa644 100644 --- a/harmony/src/modules/prometheus/rhob_alerting_score.rs +++ b/harmony/src/modules/prometheus/rhob_alerting_score.rs @@ -195,11 +195,6 @@ impl RHOBAlertingInterpret { } 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())); - // } - let _ = Command::new("helm") .args([ "repo",