File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
charts/tidepool/charts/auth Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ {{ if .Values.configmap.enabled -}}
12---
23apiVersion : v1
34kind : ConfigMap
1112 AppleDeviceCheckKeyId : {{ .AppleDeviceCheckKeyId | default "" }}
1213 AppleDeviceCheckKeyIssuer : {{ .AppleDeviceCheckKeyIssuer | default "" }}
1314 AppleDeviceCheckUseDevelopment : " {{ .AppleDeviceCheckUseDevelopment | default " true" }}"
14- {{- end }}
15+ {{- end }}
16+ {{- end }}
Original file line number Diff line number Diff line change 55 ServiceAuth : " "
66 AppleDeviceCheckKey : " "
77configmap :
8+ # -- whether to generate a configmap
9+ enabled : false
810 data_ :
9- # -- used for checking generating jwts, which are required for checking the validity of apple device tokens during the insulet authorization flow.
11+ # -- used for checking generating jwts, which are required for checking the validity of apple device tokens during the insulet authorization flow.
1012 AppleDeviceCheckKeyIssuer : " 75U4X84TEG"
1113 AppleDeviceCheckKeyId : " B542R658GF"
1214 AppleDeviceCheckUseDevelopment : " true"
You can’t perform that action at this time.
0 commit comments