From 94f89f9dd25e466e772ccb637b09a1f57c113604 Mon Sep 17 00:00:00 2001 From: Jim Grady Date: Tue, 9 Apr 2024 11:30:58 -0400 Subject: [PATCH] Update install/uninstall scripts (#3044) also, configure helm to wait for ingress-controller --- deploy/scripts/install-combine.sh | 10 ++-------- deploy/scripts/setup_files/cluster_config.yaml | 2 +- deploy/scripts/uninstall-combine | 1 + 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/deploy/scripts/install-combine.sh b/deploy/scripts/install-combine.sh index 5c9d3e7fa7..b32cb18d66 100755 --- a/deploy/scripts/install-combine.sh +++ b/deploy/scripts/install-combine.sh @@ -1,4 +1,5 @@ #! /usr/bin/env bash +set -eo pipefail # Set the environment variables that are required by The Combine. # In addition, the values are stored in a file so that they do not @@ -8,13 +9,6 @@ set-combine-env () { # Generate JWT Secret Key COMBINE_JWT_SECRET_KEY=`LC_ALL=C tr -dc 'A-Za-z0-9*\-_@!'