Update install_dependencies.sh
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -69,10 +69,10 @@ if [[ "$curr_chart" != "charts/system/traefik-crds" ]]; then
|
|||||||
echo "Installing traefik-crds chart"
|
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 --create-namespace --wait
|
||||||
if [[ "$?" != "0" ]]; then
|
if [[ "$?" != "0" ]]; then
|
||||||
echo "Failed to install traefik chart"
|
echo "Failed to install traefik-crds chart"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo "Done installing traefik chart"
|
echo "Done installing traefik-crds chart"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$curr_chart" == "charts/system/intel-device-plugins-operator" ]]; then
|
if [[ "$curr_chart" == "charts/system/intel-device-plugins-operator" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user