Update install_dependencies.sh

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2024-10-19 16:58:43 +02:00
committed by GitHub
parent 6d9ec4552c
commit f851220ad9
+1 -1
View File
@@ -67,7 +67,7 @@ fi
if [[ "$curr_chart" != "charts/system/traefik-crds" ]]; then
echo "Installing traefik-crds chart"
helm install traefik oci://tccr.io/truecharts/traefik-crds --namespace traefik --create-namespace --wait
helm install traefik oci://tccr.io/truecharts/traefik-crds --namespace traefik-crds --create-namespace --wait
if [[ "$?" != "0" ]]; then
echo "Failed to install traefik-crds chart"
exit 1