postgres-operator
postgres-operator copied to clipboard
When postgres CR deleted before postgresusers CR it makes postgresusers finalizers to fail
When the deletion of Postgres CR happens before the deletion of postgresusers CR that linked to the same postgres, it makes the postgresuser cr finalizers to fail, saying it cannot find the db. In this situation, the postgresuser CR never deleted.