remove leftover comments
All checks were successful
Run Check Script / check (pull_request) Successful in 1m2s

This commit is contained in:
Ian Letourneau 2025-09-08 10:17:05 -04:00
parent 0effb3ca2f
commit 04e800e176

View File

@ -195,11 +195,6 @@ impl RHOBAlertingInterpret {
}
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()));
// }
let _ = Command::new("helm")
.args([
"repo",