diff --git a/helm/signup-service/templates/deployment.yaml b/helm/signup-service/templates/deployment.yaml index 83f73a63..606c589a 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 }}