Skip to content

Commit

Permalink
Update appName in mdb string.
Browse files Browse the repository at this point in the history
  • Loading branch information
lostlevels committed Nov 26, 2024
1 parent 9501e2e commit bce4143
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/tidepool/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,13 @@ Create environment variables used by all platform services.
secretKeyRef:
name: {{ .Values.mongo.secretName }}
key: Addresses
- name: TIDEPOOL_STORE_OPT_PARAMS
- name: TIDEPOOL_STORE_OPT_PARAMS_BASE
valueFrom:
secretKeyRef:
name: {{ .Values.mongo.secretName }}
key: OptParams
- name: TIDEPOOL_STORE_APP_NAME
value: {{ .Chart.Name | quote }}
- name: TIDEPOOL_STORE_OPT_PARAMS
value: '$(TIDEPOOL_STORE_OPT_PARAMS_BASE)&appName={{ default .Chart.Name .Values.deployment.image | urlquery }}'
- name: TIDEPOOL_STORE_TLS
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit bce4143

Please sign in to comment.