Skip to content

Commit

Permalink
Clinic update demo patient env var (#208)
Browse files Browse the repository at this point in the history
* Update clinic demo patient env var

* Bump chart version to 0.13.17
  • Loading branch information
clintonium-119 authored Aug 31, 2022
1 parent c4b9313 commit 7c7a93b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.13.16
version: 0.13.17
maintainers:
- name: Todd Kazakov
email: todd@tidepool.org
Expand Down
2 changes: 1 addition & 1 deletion charts/tidepool/charts/clinic/templates/1-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
- env:
{{ include "charts.platform.env.mongo" .}}
{{ include "charts.tracing.common" .}}
- name: DEMO_CLINIC_USER_ID
- name: CLINIC_DEMO_PATIENT_USER_ID
valueFrom:
configMapKeyRef:
name: shoreline
Expand Down

0 comments on commit 7c7a93b

Please sign in to comment.