forked from NationTech/harmony
ADR: Default runtime for harmony workloads
This ADR proposes to use k3s as a default runtime on linux and k3d on other platforms supporting docker
This commit is contained in:
@@ -17,5 +17,8 @@ async fn main() {
|
||||
},
|
||||
};
|
||||
|
||||
Maestro::load_from_env().interpret(Box::new(lamp_stack)).await.unwrap();
|
||||
Maestro::load_from_env()
|
||||
.interpret(Box::new(lamp_stack))
|
||||
.await
|
||||
.unwrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user