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
Create an AtlasDatabaseUser with the deleteAfterDate field in order to create a temporary user in the previously created namespace
After the deleteAfterDate indicated, delete the namespace
What did you expect?
The reconciliation process deletes the AtlasDatabaseUser managed resource (removes the finalizer) if it's in the DatabaseUserExpired condition so that it does not block the deletion of the namespace.
What happened instead?
The AtlasDatabaseUser managed resource is not deleted by the reconciliation process if it sees that it is expired and thus blocks the subsequent deletion of the namespace.
This issue has gone 30 days without any activity and meets the project’s definition of 'stale'. This will be auto-closed if there is no new activity over the next 60 days. If the issue is still relevant and active, you can simply comment with a 'bump' to keep it open. Thanks for keeping our repository healthy!
What did you do to encounter the bug?
deleteAfterDate
field in order to create a temporary user in the previously created namespaceWhat did you expect?
The reconciliation process deletes the AtlasDatabaseUser managed resource (removes the finalizer) if it's in the DatabaseUserExpired condition so that it does not block the deletion of the namespace.
What happened instead?
The AtlasDatabaseUser managed resource is not deleted by the reconciliation process if it sees that it is expired and thus blocks the subsequent deletion of the namespace.
Example code:
-> AtlasDatabaseUser:
-> Namespace:
Operator Information
The text was updated successfully, but these errors were encountered: