Hi guys,
I'm not sure if this is an issue or more of a feature request.
When a service broker returns a 500 error on action:create ServiceClaim, kubectl get servicecatalogentry --namespace=steward returns an error:
error: unknown api group/version: steward.deis.io/v1, Kind=ServiceCatalogEntry
before the 500 error occurs, I am able to get my service catalog as per normal.
When I fixed the 500 error and pushed out the new service broker, is Steward expected to loop with itself to try and update with the updated service broker?
Hi guys,
I'm not sure if this is an issue or more of a feature request.
When a service broker returns a 500 error on
action:createServiceClaim,kubectl get servicecatalogentry --namespace=stewardreturns an error:before the 500 error occurs, I am able to get my
service catalogas per normal.When I fixed the 500 error and pushed out the new service broker, is Steward expected to loop with itself to try and update with the updated service broker?