forked from NationTech/harmony
feat: harmony now defaults to using local k3d cluster. Also created OCICompliant: Application trait to make building images cleaner
This commit is contained in:
@@ -2,7 +2,7 @@ use async_trait::async_trait;
|
||||
use log::info;
|
||||
|
||||
use crate::{
|
||||
modules::application::ApplicationFeature,
|
||||
modules::application::{Application, ApplicationFeature},
|
||||
topology::{HelmCommand, Topology},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user