Open mvazquezc opened 6 years ago
have you tried again recently? We removed the sharedservice resource. We now just have a keycloak resource. If you take a look at the readme you should be able to get it working without a broker. If you want to created the resource via a Automation Broker bundle you could also do that but you may need to ensure the RBAC is set up correctly
Hi there!
I've bee trying to deploy your operator on OKD:
It's just a local cluster created with the command below:
I know that this operator needs the managed-services-broker in order to work, but I was wondering if it possible to run this operator using the automation service broker deployed with OKD.
Following the steps here, using the namespace openshift-automation-service-broker, the operator panics when the SharedService object is created (stacktrace below).
Can I use the service broker already deployed with OKD or should I deploy the managed-services-broker?
The managed-service-broker operator seems to be missing the crd definitions on its repo, I have tried to deploy it using the definitions found here. Which ones should I use in case it's needed?
Thanks!