Update install_dependencies.sh

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten 2024-01-02 21:48:44 +01:00 committed by GitHub
parent ebb11dbbe9
commit d1952e7909
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -51,12 +51,12 @@ if [[ "$curr_chart" != "charts/operators/prometheus-operator" ]]; then
echo "Done installing prometheus-operator chart"
fi
if [[ "$curr_chart" != "charts/enterprise/traefik" ]]; then
echo "Installing traefik chart"
helm install traefik oci://tccr.io/truecharts/traefik --namespace traefik --create-namespace --wait
if [[ "$?" != "0" ]]; then
echo "Failed to install traefik chart"
exit 1
fi
echo "Done installing traefik chart"
fi
# if [[ "$curr_chart" != "charts/enterprise/traefik" ]]; then
# echo "Installing traefik chart"
# helm install traefik oci://tccr.io/truecharts/traefik --namespace traefik --create-namespace --wait
# if [[ "$?" != "0" ]]; then
# echo "Failed to install traefik chart"
# exit 1
# fi
# echo "Done installing traefik chart"
# fi