When provisioning keycloak from the CLI there is a field which should take a default value if not defined: https://github.com/aerogearcatalog/keycloak-apb/blob/master/roles/provision-keycloak-apb/tasks/main.yml#L21
This functions normally from the catalog, but has the value "" when provisioned from the CLI.
How to reproduce: ```sh {{ oc create new-project test1 }} {{ export KUBECTL_PLUGINS_CURRENT_NAMESPACE=test1 }} {{ ./mobile create serviceinstance keycloak }} ```
When prompted for the realm name, leave it blank. |
|