Skip to content

Commit d775927

Browse files
committed
fix: Add docs
1 parent 7d19728 commit d775927

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jupyterhub/templates/image-puller/serviceaccount.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{{- /*
2-
Service Account for the image puller hooks
2+
Service Account for the pre-puller hook
33
*/}}
44
{{- if .Values.prePuller.hook.serviceAccount.create -}}
5+
{{- if or (include "jupyterhub.imagePuller.daemonset.hook.install" .) .Values.prePuller.continuous.enabled -}}
56
apiVersion: v1
67
kind: ServiceAccount
78
metadata:

0 commit comments

Comments
 (0)