Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.57 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.57 KB

Helm chart for Keycloak

This Helm chart will install Keycloack (docs, code) in a Kubernetes cluster. It is based on Bitnami Helm chart (code).

Quick start

  • Add Devpro Helm repository (if this is the first the repo is used)
helm repo add devpro https://devpro.github.io/helm-charts
helm repo update
  • Review the default configuration from values.yaml

  • Install or update the chart

helm upgrade --install keycloak devpro/keycloak --namespace keycloak
helm uninstall keycloak -n keycloak
kubectl delete ns keycloak

Known issues

Going further

Look at the Contributing page.