File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
docs/deploy-and-configure/installation/scenario-k8s-deployment Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff 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
166162wget https://helm.eccenca.com/keycloak/latest.tgz
@@ -172,6 +168,14 @@ tar -xzf latest.tgz
172168git 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
177181Create a file named `keycloak-values.yaml` to configure your Keycloak deployment.
You can’t perform that action at this time.
0 commit comments