Skip to content

Commit 66def89

Browse files
committed
fix: Add new line
1 parent ea69471 commit 66def89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterhub/templates/image-puller/serviceaccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{{- /*
22
ServiceAccount for the pre-puller hook's image-awaiter-job
33
*/}}
4-
{{- if or (include "jupyterhub.imagePuller.daemonset.hook.install" .) .Values.prePuller.continuous.enabled -}}
54
{{- if .Values.prePuller.hook.serviceAccount.create -}}
5+
{{- if or (include "jupyterhub.imagePuller.daemonset.hook.install" .) .Values.prePuller.continuous.enabled -}}
66
apiVersion: v1
77
kind: ServiceAccount
88
metadata:

0 commit comments

Comments
 (0)