Skip to content

Commit 17d9842

Browse files
committed
update keycloak requirements
Signed-off-by: Thomas Telleis <[email protected]>
1 parent ecfec41 commit 17d9842

File tree

1 file changed

+9
-5
lines changed
  • docs/deploy-and-configure/installation/scenario-k8s-deployment

1 file changed

+9
-5
lines changed

docs/deploy-and-configure/installation/scenario-k8s-deployment/index.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,8 @@ provided Helm chart.
155155

156156
### 1. Obtain the chart
157157

158-
``` console
159-
helm repo add --force-update eccenca https://helm.eccenca.com
160-
helm repo update eccenca
161-
```
158+
We strongly recommend to download the chart and execute the install commands against a local environment.
162159

163-
You can also download the latest version here:
164160

165161
``` console
166162
wget https://helm.eccenca.com/keycloak/latest.tgz
@@ -172,6 +168,14 @@ tar -xzf latest.tgz
172168
git clone ssh://[email protected]:8101/devops/keycloak-helm.git
173169
```
174170

171+
You can also use the helm package manger, but then you have to take care about restoring from a backup on your own.
172+
The mechanism for that is included in the chart, but the helm command requires you have the sql dump file on your local machine.
173+
174+
``` console
175+
helm repo add --force-update eccenca https://helm.eccenca.com
176+
helm repo update eccenca
177+
```
178+
175179
### 2. Configuration
176180

177181
Create a file named `keycloak-values.yaml` to configure your Keycloak deployment.

0 commit comments

Comments
 (0)