Reveal-Brainsapce Public Helm Repository
- reveal-keycloak
- brainspace-series11
- Review the
values-template.yamlfile for the chart you intend to deploy. - Create the necessary persistent resources required (Database, Storage, Etc.).
- Create a
values.yamlfile with the settings for your deployment. - Install the helm chart to your Kubernetes Cluster
helm repo add reveal https://revealdata.github.io/helm/
helm repo updatehelm install reveal-keycloak reveal/reveal-keycloak --values path/to/values/file