Skip to content

Commit

Permalink
Merge pull request #445 from VSIVAKALYAN/release-1.1.x
Browse files Browse the repository at this point in the history
[MOSIP-37815] Passing the Unique Config with NS
ase-101 authored Dec 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 043ff0d + a50ea69 commit 0d51efe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/signup-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 0d51efe

Please sign in to comment.