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 ea69471 commit 66def89Copy full SHA for 66def89
jupyterhub/templates/image-puller/serviceaccount.yaml
@@ -1,8 +1,8 @@
1
{{- /*
2
ServiceAccount for the pre-puller hook's image-awaiter-job
3
*/}}
4
-{{- if or (include "jupyterhub.imagePuller.daemonset.hook.install" .) .Values.prePuller.continuous.enabled -}}
5
{{- if .Values.prePuller.hook.serviceAccount.create -}}
+{{- if or (include "jupyterhub.imagePuller.daemonset.hook.install" .) .Values.prePuller.continuous.enabled -}}
6
apiVersion: v1
7
kind: ServiceAccount
8
metadata:
0 commit comments