Skip to content

Commit

Permalink
Merge pull request #129 from bhumi46/MOSIP-35987
Browse files Browse the repository at this point in the history
[MOSIP-37447] added mosipid env to helm charts
  • Loading branch information
ckm007 authored Nov 27, 2024
2 parents 027bd0d + 2b9959f commit a10f4fd
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 a10f4fd

Please sign in to comment.