openshift-kni / eco-goinfra

Apache License 2.0
7 stars 33 forks source link

cgu: fix bug in wait until deleted function #409

Closed klaskosk closed 4 months ago

klaskosk commented 4 months ago

In #402 I accidentally used an update instead of a get inside the WaitUntilDeleted function that results in an error if the cgu is still present after the first check. This is the same situation that led to an error before albeit for a different reason.