Skip to content

Commit

Permalink
Add TIDEPOOL_STORE_APP_NAME environment variable to be used in mongod…
Browse files Browse the repository at this point in the history
…b connection string.(#291)
  • Loading branch information
lostlevels committed Jun 28, 2024
1 parent a50351f commit 8760326
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tidepool/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart for Tidepool
name: tidepool
version: 0.16.5
version: 0.16.6
maintainers:
- name: Todd Kazakov
email: todd@tidepool.org
Expand Down
2 changes: 2 additions & 0 deletions charts/tidepool/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ Create environment variables used by all platform services.
secretKeyRef:
name: {{ .Values.mongo.secretName }}
key: OptParams
- name: TIDEPOOL_STORE_APP_NAME
value: {{ .Chart.Name | quote }}
- name: TIDEPOOL_STORE_TLS
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 8760326

Please sign in to comment.