remove leftover comments
All checks were successful
Run Check Script / check (pull_request) Successful in 1m2s
All checks were successful
Run Check Script / check (pull_request) Successful in 1m2s
This commit is contained in:
parent
0effb3ca2f
commit
04e800e176
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user