Skip to content

Commit 433dcf9

Browse files
committed
Allow configurable time period b/t email reminders through EMAIL_REMINDERS_INTERVAL env var.
1 parent 759e8c6 commit 433dcf9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

charts/tidepool/charts/clinic-worker/templates/1-deployment.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,12 @@ spec:
145145
optional: true
146146
- name: TIDEPOOL_EXPORT_CLIENT_ADDRESS
147147
value: "http://export:{{.Values.global.ports.export}}"
148+
- name: EMAIL_REMINDERS_INTERVAL
149+
valueFrom:
150+
configMapKeyRef:
151+
name: "clinic-worker"
152+
key: EmailRemindersInterval
153+
optional: true
148154
image: "{{ .Values.deployment.image }}"
149155
securityContext:
150156
{{- .Values.podSecurityContext | toYaml | nindent 10 }}

0 commit comments

Comments
 (0)