diff --git a/deploy/signup-service/install.sh b/deploy/signup-service/install.sh index df63ba71..4bb03756 100755 --- a/deploy/signup-service/install.sh +++ b/deploy/signup-service/install.sh @@ -98,7 +98,6 @@ function installing_signup() { fi done - echo Installing signup helm -n $NS install signup mosip/signup \ -f values.yaml --version $CHART_VERSION $ENABLE_INSECURE $plugin_option \ diff --git a/helm/signup-service/templates/deployment.yaml b/helm/signup-service/templates/deployment.yaml index a69b818d..dcb57697 100644 --- a/helm/signup-service/templates/deployment.yaml +++ b/helm/signup-service/templates/deployment.yaml @@ -92,6 +92,8 @@ spec: env: - name: container_user value: {{ .Values.containerSecurityContext.runAsUser }} + - name: KAFKA_CONSUMER_GROUP_ID + value: mock-signup-idv-kafka-{{ .Release.Namespace }} # Using the namespace dynamically - name: JDK_JAVA_OPTIONS value: {{ .Values.additionalResources.javaOpts }} {{- if .Values.pluginUrlEnv }} diff --git a/helm/signup-service/values.yaml b/helm/signup-service/values.yaml index c34485b3..e544e60b 100644 --- a/helm/signup-service/values.yaml +++ b/helm/signup-service/values.yaml @@ -240,6 +240,7 @@ updateStrategy: ## - name: FOO ## value: "bar" ## + extraEnvVars: | - name: MOSIP_ESIGNET_HOST valueFrom: