File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
helm-chart/nbviewer/templates Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 29
29
- name : secret
30
30
secret :
31
31
secretName : {{ template "nbviewer.fullname" . }}-secret
32
- # - name: files
33
- # secret:
34
- # secretName: {{ template "nbviewer.fullname" . }}-secret
35
32
{{- if .Values.extraVolumes }}
36
33
{{- .Values.extraVolumes | toYaml | trimSuffix "\n" | nindent 8 }}
37
34
{{- end }}
@@ -83,21 +80,21 @@ spec:
83
80
- name : GITHUB_OAUTH_KEY
84
81
valueFrom :
85
82
secretKeyRef :
86
- name : {{ template "nbviewer.fullname" }}
83
+ name : {{ template "nbviewer.fullname" . }}
87
84
key : github.clientId
88
85
{{- end }}
89
86
{{- if .Values.github.clientSecret }}
90
87
- name : GITHUB_OAUTH_SECRET
91
88
valueFrom :
92
89
secretKeyRef :
93
- name : {{ template "nbviewer.fullname" }}
90
+ name : {{ template "nbviewer.fullname" . }}
94
91
key : github.client-secret
95
92
{{- end }}
96
93
{{- if .Values.github.accessToken }}
97
94
- name : GITHUB_API_TOKEN
98
95
valueFrom :
99
96
secretKeyRef :
100
- name : {{ template "nbviewer.fullname" }}
97
+ name : {{ template "nbviewer.fullname" . }}
101
98
key : github.accessToken
102
99
{{- end }}
103
100
- name : MEMCACHIER_SERVERS
You can’t perform that action at this time.
0 commit comments