remove commented code
All checks were successful
Run Check Script / check (pull_request) Successful in 58s

This commit is contained in:
Ian Letourneau 2025-09-08 09:58:08 -04:00
parent a49d3799fe
commit 195e73243c

View File

@ -197,12 +197,6 @@ impl K8sPrometheusCRDAlertingInterpret {
} }
async fn ensure_grafana_operator(&self) -> Result<Outcome, InterpretError> { async fn ensure_grafana_operator(&self) -> Result<Outcome, InterpretError> {
// 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") let _ = Command::new("helm")
.args([ .args([
"repo", "repo",