We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d19728 commit d775927Copy full SHA for d775927
jupyterhub/templates/image-puller/serviceaccount.yaml
@@ -1,7 +1,8 @@
1
{{- /*
2
-Service Account for the image puller hooks
+Service Account for the pre-puller hook
3
*/}}
4
{{- if .Values.prePuller.hook.serviceAccount.create -}}
5
+{{- if or (include "jupyterhub.imagePuller.daemonset.hook.install" .) .Values.prePuller.continuous.enabled -}}
6
apiVersion: v1
7
kind: ServiceAccount
8
metadata:
0 commit comments