Hadron / carthage

Carthage is an Infrastructure as Code (IAC) framework
Other
7 stars 4 forks source link

dynamic_dependencies cannot be recursive in run_deployment_destroy #72

Open hartmans opened 1 month ago

hartmans commented 1 month ago

Consider a pod that has a dynamic dependency of a PodmanNetwork. That in turn has a dynamic dependency on a container host. The destroy logic does not pick up the container host dependency. The orphans logic does handle this.