From 07b537daab7450e2ca3676c2539b6e28fb2b0a95 Mon Sep 17 00:00:00 2001 From: Damien Trouillet Date: Thu, 8 Jun 2023 14:12:03 +0200 Subject: [PATCH] feat(readme): add keycloak info --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8330298e..79f44a26 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,12 @@ We use cypress for end to end tests with other ebad-front project Add additional notes about how to deploy this on a live system +### Keycloak +helm install keycloak -f values.yaml oci://registry-1.docker.io/bitnamicharts/keycloak +ingress: + enabled: true + hostname: idp.local + ## Built With