reorder run params & update README
All checks were successful
Run Check Script / check (pull_request) Successful in -49s
All checks were successful
Run Check Script / check (pull_request) Successful in -49s
This commit is contained in:
@@ -5,8 +5,8 @@ use harmony::{
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
harmony_cli::run(
|
||||
K8sAnywhereTopology::from_env(),
|
||||
Inventory::autoload(),
|
||||
K8sAnywhereTopology::from_env(),
|
||||
vec![Box::new(NtfyScore {
|
||||
namespace: "monitoring".to_string(),
|
||||
host: "localhost".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user