File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22name : openneuro
3- version : 1.3 .0
3+ version : 1.4 .0
44description : OpenNeuro production deployment chart
55home : https://openneuro.org
66sources :
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ stringData:
1313 ORCID_CLIENT_SECRET : {{ .Values.secrets.auth.ORCID_CLIENT_SECRET | quote }}
1414 ORCID_API_ENDPOINT : {{ .Values.secrets.auth.ORCID_API_ENDPOINT | quote }}
1515{{- end }}
16+ {{- if .Values.secrets.auth.GITHUB_CLIENT_SECRET }}
17+ GITHUB_CLIENT_ID : {{ .Values.secrets.auth.GITHUB_CLIENT_ID | quote }}
18+ GITHUB_CLIENT_SECRET : {{ .Values.secrets.auth.GITHUB_CLIENT_SECRET | quote }}
19+ {{- end }}
1620{{- if .Values.secrets.auth.GLOBUS_CLIENT_SECRET }}
1721 GLOBUS_CLIENT_ID : {{ .Values.secrets.auth.GLOBUS_CLIENT_ID | quote }}
1822 GLOBUS_CLIENT_SECRET : {{ .Values.secrets.auth.GLOBUS_CLIENT_SECRET | quote }}
You can’t perform that action at this time.
0 commit comments