Merge branch 'master' into fix/argo
All checks were successful
Run Check Script / check (pull_request) Successful in 58s
All checks were successful
Run Check Script / check (pull_request) Successful in 58s
This commit is contained in:
commit
ab34b06aec
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -1842,8 +1842,13 @@ dependencies = [
|
|||||||
name = "example-try-rust-webapp"
|
name = "example-try-rust-webapp"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"base64 0.22.1",
|
||||||
|
"env_logger",
|
||||||
"harmony",
|
"harmony",
|
||||||
"harmony_cli",
|
"harmony_cli",
|
||||||
|
"harmony_macros",
|
||||||
|
"harmony_types",
|
||||||
|
"log",
|
||||||
"tokio",
|
"tokio",
|
||||||
"url",
|
"url",
|
||||||
]
|
]
|
||||||
|
@ -11,7 +11,6 @@ use harmony::{
|
|||||||
},
|
},
|
||||||
topology::K8sAnywhereTopology,
|
topology::K8sAnywhereTopology,
|
||||||
};
|
};
|
||||||
|
|
||||||
use harmony_types::net::Url;
|
use harmony_types::net::Url;
|
||||||
|
|
||||||
#[tokio::main]
|
#[tokio::main]
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user