-
Bug
-
Resolution: Unresolved
-
Major
-
Primaza 0.1
-
None
-
False
-
None
-
False
-
-
Application Namespace ServiceClaim deletion is not propagated
Description of problem:
When a ServiceClaim created from an ApplicationNamespace is deleted from the ApplicationNamespace, it should be deleted from the Primaza's Control Plane, but it's not.
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- Create a Primaza Tenant
- Create a RegisteredService in Primaza Tenant
- Create an Application Namespace
- Claim the RegisteredService from the Application Namespace
- Delete the ServiceClaim from the Application Namespace
Actual results:
- ServiceClaim is NOT deleted from Primaza Tenant
- RegisteredService remains Claimed
Expected results:
- ServiceClaim is deleted from Primaza Tenant
- RegisteredService moves to Available
Reproducibility (Always/Intermittent/Only Once):
Always
Build Details:
Additional info:
Documentation Requirement: No