Update install_dependencies.sh

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2024-10-19 16:53:40 +02:00
committed by GitHub
parent 2607fea387
commit 6d9ec4552c
+2 -2
View File
@@ -69,10 +69,10 @@ 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
if [[ "$?" != "0" ]]; then
echo "Failed to install traefik chart"
echo "Failed to install traefik-crds chart"
exit 1
fi
echo "Done installing traefik chart"
echo "Done installing traefik-crds chart"
fi
if [[ "$curr_chart" == "charts/system/intel-device-plugins-operator" ]]; then