-
Notifications
You must be signed in to change notification settings - Fork 385
Fix RemoveFinalizer methods in svcat cli #2823
Conversation
/retest |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jberkhahn, mszostok The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
1 similar comment
/retest |
Hello @mszostok, I hit the same issue here. I only saw this PR after I created a patch of my own, but with tests added already. :) If
|
/retest |
/test pull-build-all-images-for-amd64 |
/test pull-build-all-images-for-ppc64le |
Description
Fix method for removing the service-catalog finalizer from the ServiceInstance and ServiceBinding.
Context:
In the previous approach (Aggregate API server) the
UpdateStatus
func allowed to update fields undermetadata
entry. When we switch to the native webhook concept, this hacky implementation was removed and now we should use theUpdate
function as theUpdateStatus
modifies onlyStatus
entry./kind bug