reorder run params & update README
All checks were successful
Run Check Script / check (pull_request) Successful in -49s

This commit is contained in:
Ian Letourneau
2025-08-04 16:56:19 -04:00
parent eab27b1f66
commit acf7e2f8b8
9 changed files with 44 additions and 45 deletions

View File

@@ -75,8 +75,8 @@ async fn main() {
};
harmony_cli::run(
K8sAnywhereTopology::from_env(),
Inventory::autoload(),
K8sAnywhereTopology::from_env(),
vec![Box::new(alerting_score)],
None,
)