File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
jupyterhub/templates/image-puller Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7171 { {- end } }
7272 terminationGracePeriodSeconds: 0
7373 { {- if .hook } }
74- serviceAccountName: "teste-placeholder-sa "
74+ serviceAccountName: "hook-image-puller-serviceaccount "
7575 { {- else } }
7676 { {- with include " jupyterhub.continuous-image-puller-serviceaccount.fullname" . } }
7777 serviceAccountName: { { . } }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ServiceAccount for the continuous image-puller daemonset
66apiVersion : v1
77kind : ServiceAccount
88metadata :
9- name : " continuous-image-puller-serviceaccount "
9+ name : {{ include "jupyterhub. continuous-image-puller.fullname" . }}
1010 labels :
1111 {{- include "jupyterhub.labels" . | nindent 4 }}
1212{{- end }}
You can’t perform that action at this time.
0 commit comments