fix app name/namespace
Some checks failed
Run Check Script / check (pull_request) Failing after 1m11s
Some checks failed
Run Check Script / check (pull_request) Failing after 1m11s
This commit is contained in:
@@ -4,12 +4,10 @@ use harmony::{
|
||||
inventory::Inventory,
|
||||
maestro::Maestro,
|
||||
modules::application::{
|
||||
ApplicationScore, RustWebFramework, RustWebapp,
|
||||
features::{ContinuousDelivery, Monitoring},
|
||||
},
|
||||
topology::{
|
||||
K8sAnywhereTopology, Url,
|
||||
ApplicationScore, RustWebFramework, RustWebapp,
|
||||
features::{ContinuousDelivery, Monitoring},
|
||||
},
|
||||
topology::{K8sAnywhereTopology, Url},
|
||||
};
|
||||
|
||||
#[tokio::main]
|
||||
|
||||
Reference in New Issue
Block a user