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
Bug description
Pointing ServiceBinding at a a service which isn't a ProvisionedService should lead to at least one condition according to the binding spec https://github.com/servicebinding/spec#ready-condition-status. At the moment there's no conditions.
It just sets to "" in my case.
Expected behavior
Set Ready=False or Ready=Unknown.
Steps to reproduce the bug
Create ServiceBinding (with appropriate read RBAC) and point it at a service that does not follow the binding spec.
gmrodgers
changed the title
ServiceBinding does not set to Ready=False of the service is not a ProvisionedService
ServiceBinding does not set to Ready=False or Unknown if the service is not a ProvisionedService
Nov 16, 2022
Bug description
Pointing ServiceBinding at a a service which isn't a ProvisionedService should lead to at least one condition according to the binding spec https://github.com/servicebinding/spec#ready-condition-status. At the moment there's no conditions.
It just sets to "" in my case.
Expected behavior
Set Ready=False or Ready=Unknown.
Steps to reproduce the bug
Create ServiceBinding (with appropriate read RBAC) and point it at a service that does not follow the binding spec.
**Version (Tanzu Application Platform verision, K8s version) **
Tried with latest 0.8.1 of binding spec
Environment where the bug was observed (cloud, OS, etc)
Any k8s.
Relevant Debug Output (Logs, etc)
The text was updated successfully, but these errors were encountered: