Update install_dependencies.sh
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -65,7 +65,7 @@ else
|
|||||||
echo "cnpg: not found in $curr_chart/values.yaml, skipping installation."
|
echo "cnpg: not found in $curr_chart/values.yaml, skipping installation."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$curr_chart" != "charts/system/traefik-crds" ]]; then
|
if [[ "$curr_chart" != "charts/premium/traefik" ]]; then
|
||||||
echo "Installing traefik-crds chart"
|
echo "Installing traefik-crds chart"
|
||||||
helm install traefik oci://tccr.io/truecharts/traefik-crds --wait
|
helm install traefik oci://tccr.io/truecharts/traefik-crds --wait
|
||||||
if [[ "$?" != "0" ]]; then
|
if [[ "$?" != "0" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user