Skip to content

Commit 119a541

Browse files
committed
feat: fix full-name ocntinuous
1 parent 18d12d4 commit 119a541

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyterhub/templates/image-puller/_helpers-daemonset.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ spec:
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: {{ . }}

jupyterhub/templates/image-puller/serviceaccount-continuous.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ServiceAccount for the continuous image-puller daemonset
66
apiVersion: v1
77
kind: ServiceAccount
88
metadata:
9-
name: "continuous-image-puller-serviceaccount"
9+
name: {{ include "jupyterhub.continuous-image-puller.fullname" . }}
1010
labels:
1111
{{- include "jupyterhub.labels" . | nindent 4 }}
1212
{{- end }}

0 commit comments

Comments
 (0)