-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add DeleteDatabaseAndAccountdFinalizers
the current approach of removing finalizers is dependent on getting at a MariaDBDatabase and a complete MariaDBAccount with a Secret at the same time to produce a Database object. At that point, the finalizers are removed from the sub-elements. however if the MariaDBAccount or MariaDBDatabase is missing then nothing gets removed, this is a bug. So add new function that looks up all three types of objects independently of each other and remove finalizers from each, regardless of which are found or not.
- Loading branch information
Showing
1 changed file
with
86 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters