You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this PR updates mariadb-operator to include [1], which will add / remove
finalizers on the Secret objects that are associated with MariaDBAccount
objects. This ensures that GetDatabaseByNameAndAccount will successfully
locate a MariaDBDatabase/MariaDBAccount/Secret trio, rather than
returning not found, allowing Database.DeleteFinalizer() to be called
when a resource is in reconcile delete.
[1] openstack-k8s-operators/mariadb-operator#210
0 commit comments