Skip to content

Commit

Permalink
[Rahul] | BAH-3005 | Add. Timezone Global Value For Helm Charts (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahu1ramesh authored Jun 1, 2023
1 parent 70d54d4 commit 18a4ee0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/helm/templates/configMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ data:
MB_DB_DBNAME: "{{ .Values.config.MB_DB_DBNAME }}"
MB_DB_PORT: "{{ .Values.config.MB_DB_PORT }}"
OPENMRS_DB_NAME: "{{ .Values.config.OPENMRS_DB_NAME }}"
MART_DB_NAME: "{{ .Values.config.MART_DB_NAME }}"
MART_DB_NAME: "{{ .Values.config.MART_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 18a4ee0

Please sign in to comment.