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