Skip to content

Commit b7e395b

Browse files
authored
fix(demo): incorrect URL to helm charts location (#2935)
1 parent 6b61556 commit b7e395b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation/startjanssendemo.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ opendj:
205205
repository: gluufederation/opendj
206206
tag: 5.0.0_dev
207207
EOF
208-
sudo helm repo add janssen https://docs.jans.io
208+
sudo helm repo add janssen https://docs.jans.io/charts
209209
sudo helm repo update
210210
# remove --devel once we issue the first prod chart
211211
sudo helm install janssen janssen/janssen --devel -n jans -f override.yaml --kubeconfig="$KUBECONFIG"

0 commit comments

Comments
 (0)