From 25f9843beaed9684b5fa52c9b0de7c93002e1abe Mon Sep 17 00:00:00 2001 From: Rakshith B <79500257+Rakshithb1@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:32:24 +0530 Subject: [PATCH] [DSD-4738] Updated install-all.sh (#102) * [DSD-4738] Updated install-all.sh Signed-off-by: Rakshith B <79500257+Rakshithb1@users.noreply.github.com> * [DSD-4738] Updated delete-all.sh Signed-off-by: Rakshith B <79500257+Rakshithb1@users.noreply.github.com> * [DSD-4738] Updated restart-all.sh Signed-off-by: Rakshith B <79500257+Rakshithb1@users.noreply.github.com> --------- Signed-off-by: Rakshith B <79500257+Rakshithb1@users.noreply.github.com> --- helm/delete-all.sh | 4 ++-- helm/install-all.sh | 2 +- helm/restart-all.sh | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/helm/delete-all.sh b/helm/delete-all.sh index e713d14a..3f338a74 100755 --- a/helm/delete-all.sh +++ b/helm/delete-all.sh @@ -13,7 +13,7 @@ function Deleting_All() { helm -n $SOFTHSM_NS delete softhsm-signup - declare -a module=("signup" + declare -a module=("signup-service" "signup-ui" ) @@ -35,4 +35,4 @@ set -o errexit ## set -e : exit the script if any statement returns a non-true set -o nounset ## set -u : exit the script if you try to use an uninitialised variable set -o errtrace # trace ERR through 'time command' and other functions set -o pipefail # trace ERR through pipes -Deleting_All # calling function \ No newline at end of file +Deleting_All # calling function diff --git a/helm/install-all.sh b/helm/install-all.sh index a229d89e..8b424c1d 100755 --- a/helm/install-all.sh +++ b/helm/install-all.sh @@ -13,7 +13,7 @@ function installing_All() { helm repo add mosip https://mosip.github.io/mosip-helm helm repo update - declare -a module=("signup" + declare -a module=("signup-service" "signup-ui" ) diff --git a/helm/restart-all.sh b/helm/restart-all.sh index f88f5c12..467f53c3 100755 --- a/helm/restart-all.sh +++ b/helm/restart-all.sh @@ -10,7 +10,7 @@ fi function Restarting_All() { ROOT_DIR=`pwd` - declare -a module=("signup" + declare -a module=("signup-service" "signup-ui" ) @@ -32,4 +32,4 @@ set -o errexit ## set -e : exit the script if any statement returns a non-true set -o nounset ## set -u : exit the script if you try to use an uninitialised variable set -o errtrace # trace ERR through 'time command' and other functions set -o pipefail # trace ERR through pipes -Restarting_All # calling function \ No newline at end of file +Restarting_All # calling function