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