Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BACK-2572] Add no index creation and no user events handler chart for shadowed cluster. #275

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Prev Previous commit
Update appName in mdb string.
  • Loading branch information
lostlevels committed Nov 26, 2024
commit bce4143867230dc3745db3e61cd6e81c8621ad08
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