9 lines
321 B
YAML
9 lines
321 B
YAML
|
{{- /*
|
||
|
The continuous-image-puller daemonset task is to pull required images to nodes
|
||
|
that are added in between helm upgrades, for example by manually adding a node
|
||
|
or by the cluster autoscaler.
|
||
|
*/}}
|
||
|
{{- if .Values.prePuller.continuous.enabled }}
|
||
|
{{- include "jupyterhub.imagePuller.daemonset.continuous" . }}
|
||
|
{{- end }}
|