janus-idp / demo-setup

Apache License 2.0
9 stars 23 forks source link

Chart for RHSSO backstage #18

Closed sabre1041 closed 1 year ago

sabre1041 commented 1 year ago

Helm chart to deploy an instance of RHSSO to support Backstage

Use the following instructions to deploy the chart to a namespace called backstage

helm upgrade -i rhsso-backstage . -n backstage --set keycloak.realm.identityProvider.clientId=<GITHUB_OAUTH_CLIENTID> --set keycloak.realm.identityProvider.clientSecret=<GITHUB_OAUTH_CLIENTSECRET> --set backstage.host=<BACKSTAGE_HOST>

Instructions can also be found in the README of the chart