Update install_dependencies.sh

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2024-10-19 17:33:32 +02:00
committed by GitHub
parent b7501e0aed
commit 315d5116ab
+1 -1
View File
@@ -65,7 +65,7 @@ else
echo "cnpg: not found in $curr_chart/values.yaml, skipping installation."
fi
if [[ "$curr_chart" != "charts/system/traefik-crds" ]]; then
if [[ "$curr_chart" != "charts/premium/traefik" ]]; then
echo "Installing traefik-crds chart"
helm install traefik oci://tccr.io/truecharts/traefik-crds --wait
if [[ "$?" != "0" ]]; then