feat: harmony now defaults to using local k3d cluster. Also created OCICompliant: Application trait to make building images cleaner

This commit is contained in:
2025-07-02 17:42:29 -04:00
parent 6bf10b093c
commit a4aa685a4f
10 changed files with 98 additions and 40 deletions

View File

@@ -2,7 +2,7 @@ use async_trait::async_trait;
use log::info;
use crate::{
modules::application::ApplicationFeature,
modules::application::{Application, ApplicationFeature},
topology::{HelmCommand, Topology},
};