Skip to content

Commit

Permalink
[MOSIP-38705] & [MOSIP-38705] added installation script for esignet-w…
Browse files Browse the repository at this point in the history
…ith-plugins and for esignet.

Signed-off-by: techno-467 <[email protected]>
  • Loading branch information
Prafulrakhade committed Jan 17, 2025
1 parent 14a0f8d commit d2c6254
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/esignet-with-plugins/delete.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function Deleting_esignet_with_plugins() {
read -p "Are you sure you want to delete all esignet-with-plugins helm charts?(Y/n) " yn
if [[ $yn = "Y" ]] || [[ $yn = "y" ]];
then
helm -n $NS delete esignet-with-plugins
helm -n $NS delete esignet
break
else
break
Expand Down
4 changes: 2 additions & 2 deletions deploy/esignet-with-plugins/restart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ fi

function Restarting_esignet_with_plugins() {
NS=esignet
kubectl -n $NS rollout restart deploy esignet-with-plugins
kubectl -n $NS rollout restart deploy esignet

kubectl -n $NS get deploy esignet-with-plugins -o name | xargs -n1 -t kubectl -n $NS rollout status
kubectl -n $NS get deploy esignet -o name | xargs -n1 -t kubectl -n $NS rollout status

echo Retarted esignet-with-plugins services
return 0
Expand Down

0 comments on commit d2c6254

Please sign in to comment.