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
fix(postgresuser): return k8s client error before annotations
In the GetPostgresCR function, we should return the k8s client error
before checking the annotations. If not, deleting a Postgres resource
will cause the linked PostgresUsers to enter an infinite reconciliation
loop as the CR NotFound error will never be returned to the Reconcile
function.
0 commit comments