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
When purging a service instance, the related service bindings are not deleted.
What you expected to happen
All related bindings need to be deleted
Acceptance Criteria
GIVEN
WHEN I
THEN I
How to reproduce it (as minimally and precisely as possible)
Create a service instance and bind it to an app. Then curl DELETE /v3/service_instnances/:guid?purge=true
Anything else we need to know?
I think with this PR:#3585 a finalizer was added to the CFServiceBinding object. Because of this, when we purge a service instance, we need to remove the finalizers from all the related bindings.
Environment
Revision of codebase:
Kubernetes version (use kubectl version):
Cloud provider or hardware configuration:
Others:
The text was updated successfully, but these errors were encountered:
What happened?
When purging a service instance, the related service bindings are not deleted.
What you expected to happen
All related bindings need to be deleted
Acceptance Criteria
GIVEN
WHEN I
THEN I
How to reproduce it (as minimally and precisely as possible)
Create a service instance and bind it to an app. Then curl DELETE /v3/service_instnances/:guid?purge=true
Anything else we need to know?
I think with this PR:#3585 a finalizer was added to the CFServiceBinding object. Because of this, when we purge a service instance, we need to remove the finalizers from all the related bindings.
Environment
Revision of codebase:
Kubernetes version (use
kubectl version
):Cloud provider or hardware configuration:
Others:
The text was updated successfully, but these errors were encountered: