From b21ef7130ba0ed0802911297308ad9c20889a97f Mon Sep 17 00:00:00 2001 From: VSIVAKALYAN Date: Wed, 27 Nov 2024 20:26:04 +0530 Subject: [PATCH] [MOSIP-37815] Update install.sh Signed-off-by: VSIVAKALYAN --- deploy/signup-service/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/signup-service/install.sh b/deploy/signup-service/install.sh index 060470ca..78238ad6 100755 --- a/deploy/signup-service/install.sh +++ b/deploy/signup-service/install.sh @@ -101,7 +101,7 @@ function installing_signup() { echo Installing signup with KAFKA_CONSUMER_GROUP_ID="mock-signup-idv-kafka-$NS" echo Installing signup - helm -n $NS install signup /home/siva/Videos/DSD_recordings/DSD6684/esignet-signup/helm/signup-service \ + helm -n $NS install signup mosip/signup \ -f values.yaml --version $CHART_VERSION $ENABLE_INSECURE $plugin_option \ --set kafkaConsumerGroupId="mock-signup-idv-kafka-$NS" \ --set metrics.serviceMonitor.enabled=$servicemonitorflag --wait