diff --git a/helm/signup-service/install.sh b/helm/signup-service/install.sh index fccd0b08..014e3c1a 100755 --- a/helm/signup-service/install.sh +++ b/helm/signup-service/install.sh @@ -89,7 +89,7 @@ function installing_signup() { fi echo Installing signup - helm -n $NS install signup mosip/signup-service --version $CHART_VERSION $ENABLE_INSECURE + helm -n $NS install signup mosip/signup --version $CHART_VERSION $ENABLE_INSECURE kubectl -n $NS get deploy -o name | xargs -n1 -t kubectl -n $NS rollout status