Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 617 Bytes

File metadata and controls

10 lines (7 loc) · 617 Bytes

Helm installation

  • Install Helm first. This of course depends on your OS. Check Helm docs for more info.
  • Check predefined values in the Helm package directory of this project. Change them according to your preferences.
  • Install deployments with helm install keycloak-k8s-local keycloak-k8s-local

helm_install

  • Check current status with watch -n 1 kubectl get all -n hbr-keycloak or via Kubernetes Dashboard
  • Uninstall with helm uninstall keycloak-k8s-local