File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 197197{ {- end } }
198198
199199{ {- /* hook-image-puller ServiceAccount */} }
200- { {- define " jupyterhub.continuous -image-puller-serviceaccount.fullname" -} }
200+ { {- define " jupyterhub.hook -image-puller-serviceaccount.fullname" -} }
201201 { {- if .Values.prePuller.hook.serviceAccount.create } }
202202 { {- .Values.prePuller.hook.serviceAccount.name | default (include " jupyterhub.hook-image-puller.fullname" .) } }
203203 { {- else } }
Original file line number Diff line number Diff line change 7171 { {- end } }
7272 terminationGracePeriodSeconds: 0
7373 { {- if .hook } }
74- { {- with include " jupyterhub.continuous -image-puller-serviceaccount.fullname" . } }
74+ { {- with include " jupyterhub.hook -image-puller-serviceaccount.fullname" . } }
7575 serviceAccountName: { { . } }
7676 { {- end } }
7777 { {- else } }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ServiceAccount for the hook image-puller
66apiVersion : v1
77kind : ServiceAccount
88metadata :
9- name : {{ include "jupyterhub.hook-image-puller.fullname" . }}
9+ name : {{ include "jupyterhub.hook-image-puller-serviceaccount .fullname" . }}
1010 labels :
1111 {{- include "jupyterhub.labels" . | nindent 4 }}
1212 hub.jupyter.org/deletable : " true"
You can’t perform that action at this time.
0 commit comments