From 5a6b4c091f1d65bd2711c2ccaeb72abb7969946e Mon Sep 17 00:00:00 2001 From: Maxi Wittich Date: Thu, 30 Jul 2026 11:18:55 +0200 Subject: [PATCH] Add Deployment to delete_orphaned_resources --- crates/stackable-operator/src/cluster_resources.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/stackable-operator/src/cluster_resources.rs b/crates/stackable-operator/src/cluster_resources.rs index 75aa61bba..ef457bbfc 100644 --- a/crates/stackable-operator/src/cluster_resources.rs +++ b/crates/stackable-operator/src/cluster_resources.rs @@ -668,6 +668,7 @@ impl<'a> ClusterResources<'a> { self.delete_orphaned_resources_of_kind::(client), self.delete_orphaned_resources_of_kind::(client), self.delete_orphaned_resources_of_kind::(client), + self.delete_orphaned_resources_of_kind::(client), self.delete_orphaned_resources_of_kind::(client), self.delete_orphaned_resources_of_kind::(client), self.delete_orphaned_resources_of_kind::(client),