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
the root cause is, in postgresql controller update method, when comparing actual CR to expect CR, expect CR has no OwnerReference but actual CR has. So that it will be updated without OwnReference.
If you are reporting a problem, please make sure the following information are provided:
Expected behavior and actual behavior:
in cluster postgresql is deleted when harborcluster deleted
Steps to reproduce the problem:
create harborcluster and delete it.
Versions:
1.4.0-rc1
Additional context:
see below, no OwnerReference for auto created postgresql.
The text was updated successfully, but these errors were encountered: