Skip to content

Commit

Permalink
Merge pull request #16 from BahmniIndiaDistro/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
rahu1ramesh authored Jun 14, 2023
2 parents ef21104 + 0200170 commit 37ae7ca
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions values/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ global:
storageClass: bahmni-efs-sc
nodeSelector:
eks.amazonaws.com/nodegroup: nonprod
TZ: "Asia/Kolkata"

metadata:
labels:
Expand Down
1 change: 1 addition & 0 deletions values/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ global:
storageClass: bahmni-efs-sc
nodeSelector:
eks.amazonaws.com/nodegroup: nonprod
TZ: "Asia/Kolkata"

metadata:
labels:
Expand Down
3 changes: 3 additions & 0 deletions values/local.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
global:
TZ: "Asia/Kolkata"

metadata:
labels:
environment: local
Expand Down
1 change: 1 addition & 0 deletions values/performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ global:
storageClass: bahmni-efs-sc
nodeSelector:
eks.amazonaws.com/nodegroup: performance
TZ: "Asia/Kolkata"

metadata:
labels:
Expand Down
1 change: 1 addition & 0 deletions values/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ global:
storageClass: bahmni-efs-sc
nodeSelector:
eks.amazonaws.com/nodegroup: nonprod
TZ: "Asia/Kolkata"

metadata:
labels:
Expand Down

0 comments on commit 37ae7ca

Please sign in to comment.