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
Currently GarbageCollected dependent resource are not deleted in the workflow if a precondition does not hold. Usually this is not a problem, since those resources should not be garbage collected, rather deleted so an ordering can be assured. But would be more correct actually delete those resources (thus just ignore garbage collected (GC), if a DR is deleter just delete it).
For example we had a case when a top level dependent resource was a GC, and had a reconcile precondition, but currently not deleted. This is definitely wrong since, there is no reason this resource should not be deleted in this case.