Skip to content

Commit

Permalink
fix(demo): incorrect URL to helm charts location (#2935)
Browse files Browse the repository at this point in the history
  • Loading branch information
iromli committed Nov 8, 2022
1 parent 6b61556 commit b7e395b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/startjanssendemo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ opendj:
repository: gluufederation/opendj
tag: 5.0.0_dev
EOF
sudo helm repo add janssen https://docs.jans.io
sudo helm repo add janssen https://docs.jans.io/charts
sudo helm repo update
# remove --devel once we issue the first prod chart
sudo helm install janssen janssen/janssen --devel -n jans -f override.yaml --kubeconfig="$KUBECONFIG"
Expand Down

0 comments on commit b7e395b

Please sign in to comment.