We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3493f1c commit d0f11f1Copy full SHA for d0f11f1
charts/tidepool/charts/task/templates/1-deployment.yaml
@@ -90,6 +90,18 @@ spec:
90
key: ServiceAuth
91
- name: TIDEPOOL_TASK_SERVICE_SERVER_ADDRESS
92
value: :{{ .Values.global.ports.task }}
93
+ - name: TIDEPOOL_TASK_DISABLE_DEXCOM
94
+ valueFrom:
95
+ configMapKeyRef:
96
+ name: task
97
+ key: DisableDexcom
98
+ optional: true
99
+ - name: TIDEPOOL_TASK_DISABLE_CLINIC
100
101
102
103
+ key: DisableClinic
104
105
image: "{{ .Values.deployment.image }}"
106
securityContext:
107
{{- .Values.podSecurityContext | toYaml | nindent 10 }}
0 commit comments