diff --git a/charts/tidepool/charts/jellyfish/templates/0-configmap.yaml b/charts/tidepool/charts/jellyfish/templates/0-configmap.yaml index ae80dba5..b06a7c67 100644 --- a/charts/tidepool/charts/jellyfish/templates/0-configmap.yaml +++ b/charts/tidepool/charts/jellyfish/templates/0-configmap.yaml @@ -11,4 +11,5 @@ data: MinimumUploaderVersion: {{ .Values.configmap.data.MinimumUploaderVersion | default "2.53.0" }} AuthRealm: {{ .Values.configmap.data.AuthRealm }} AuthUrl: {{ .Values.configmap.data.AuthUrl }} + UploaderPlatformUserIds: {{ .Values.configmap.data.UploaderPlatformUserIds }} {{- end }} diff --git a/charts/tidepool/charts/jellyfish/templates/1-deployment.yaml b/charts/tidepool/charts/jellyfish/templates/1-deployment.yaml index 3137c812..b755974c 100644 --- a/charts/tidepool/charts/jellyfish/templates/1-deployment.yaml +++ b/charts/tidepool/charts/jellyfish/templates/1-deployment.yaml @@ -65,6 +65,12 @@ spec: name: jellyfish key: AuthUrl optional: true + - name: UPLOADER_PLATFORM_USER_IDS + valueFrom: + configMapKeyRef: + name: jellyfish + key: UploaderPlatformUserIds + optional: true - name: PORT value: "{{.Values.global.ports.jellyfish}}" - name: TIDEPOOL_SERVER_SECRET