Closed djwhatle closed 7 years ago
Spoke more with @eriknelson and @shawn-hurley , sounds like this can be fixed by a single-line change.
https://github.com/ansibleplaybookbundle/ansible-playbook-bundle/blob/master/src/apb/engine.py#L370
Needs to be changed to:
return "{}/apis/servicecatalog.k8s.io/v1beta1/clusterservicebrokers/{}".format(host, broker_name)
Am going to submit a PR with this small change.
Fixed via #145
Using the latest service-catalog, latest origin, and canary ansible-service-broker, I'm hitting an error attempting to use
apb relist
(and alsoapb push
).Quote from ernelson on IRC: