Update install_dependencies.sh

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2024-10-19 17:33:52 +02:00
committed by GitHub
parent 315d5116ab
commit 4377fa9bfa
+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/premium/traefik" ]]; 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