forked from NationTech/harmony
chore: modified build config to be able to pass namespace to the config
This commit is contained in:
@@ -43,8 +43,8 @@ async fn main() {
|
||||
.await
|
||||
.unwrap();
|
||||
|
||||
let monitoring_stack_score =
|
||||
MonitoringAlertingStackScore::new_with_ns(&lamp_stack.config.namespace);
|
||||
let mut monitoring_stack_score = MonitoringAlertingStackScore::new();
|
||||
monitoring_stack_score.namespace = Some(lamp_stack.config.namespace.clone());
|
||||
|
||||
maestro.register_all(vec![Box::new(lamp_stack), Box::new(monitoring_stack_score)]);
|
||||
// Here we bootstrap the CLI, this gives some nice features if you need them
|
||||
|
||||
Reference in New Issue
Block a user