wip: install argocd app depending on how argocd is already installed in the cluster

This commit is contained in:
2025-10-15 17:26:48 -04:00
parent 8fb755cda1
commit dc70266b5a
14 changed files with 294 additions and 84 deletions

View File

@@ -27,6 +27,7 @@ async fn main() {
};
let application = Arc::new(RustWebapp {
name: "example-monitoring".to_string(),
dns: "example-monitoring.harmony.mcd".to_string(),
project_root: PathBuf::from("./examples/rust/webapp"),
framework: Some(RustWebFramework::Leptos),
service_port: 3000,