Skip to content

Commit

Permalink
Merge pull request #49 from Bahmni/BAH-3005
Browse files Browse the repository at this point in the history
[Rahul] | BAH-3005 | Add. Timezone Global Value For Helm Charts
  • Loading branch information
gsluthra authored Jun 6, 2023
2 parents 9e7d991 + dcce0bd commit 87f6127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package/helm/templates/configMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ data:
CRON_TIME: "{{ .Values.config.CRON_TIME }}"
MART_DB_NAME: "{{ .Values.config.MART_DB_NAME }}"
OPENMRS_DB_NAME: "{{ .Values.config.OPENMRS_DB_NAME }}"
TZ: "{{ .Values.global.TZ }}"
1 change: 1 addition & 0 deletions package/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ global:
nodeSelector: {}
affinity: {}
tolerations: {}
TZ: "UTC"

metadata:
labels:
Expand Down

0 comments on commit 87f6127

Please sign in to comment.