| I tried the following with fh-sync-server and keycloak, both provisioned to my Openshift instance.
⇒ mobile create integration fh-sync-server keycloak --namespace myproject |
Error: serviceinstances.servicecatalog.k8s.io "keycloak" not found
|
then i tried to use the names of the actual service instances in the command:
⇒ kubectl get serviceinstances |
NAME AGE |
localregistry-fh-sync-server-apb-b7dml 7m |
localregistry-keycloak-apb-tnwfx 22m |
|
⇒ mobile create integration localregistry-fh-sync-server-apb-b7dml localregistry-keycloak-apb-tnwfx --namespace myproject |
2018/01/25 20:27:14 failed to get mobile services. Backing secrets error resource name may not be empty
|
|