Skip to content

Commit

Permalink
[MOSIP-37447] add mosipid env to helm charts
Browse files Browse the repository at this point in the history
Signed-off-by: bhumi46 <[email protected]>
  • Loading branch information
bhumi46 committed Nov 19, 2024
1 parent 722497b commit 2b9959f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/partner-onboarder/templates/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ spec:
value: {{ $module.name }}
- name: push_reports_to_s3
value: {{ quote $.Values.onboarding.variables.push_reports_to_s3 }}
- name: mosipid
value: {{ quote $.Values.onboarding.variables.mosipid }}
envFrom:
{{- if $.Values.onboarding.configmaps }}
{{- range $cm_name, $cm_value := $.Values.onboarding.configmaps }}
Expand Down
1 change: 1 addition & 0 deletions helm/partner-onboarder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -477,3 +477,4 @@ onboarding:
server: "nfs-server" # Ip address of nfs server.
variables:
push_reports_to_s3: true
mosipid: false

0 comments on commit 2b9959f

Please sign in to comment.