File tree Expand file tree Collapse file tree
applications/jupyterhub/deploy Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -201,8 +201,8 @@ spec:
201201 {{- end }}
202202 {{- end }}
203203 {{- /* --- EDIT: CLOUDHARNESS pull images --- */ }}
204- {{- if $ .Values.apps.jupyterhub.harness.jupyterhub .prepull -}}
205- {{- range $k , $v := $ .Values.apps.jupyterhub.harness.jupyterhub .prepull }}
204+ {{- if $ .Values.apps.jupyterhub.harness.dependencies .prepull -}}
205+ {{- range $k , $v := $ .Values.apps.jupyterhub.harness.dependencies .prepull }}
206206 - name: image-pull--{{ $v }}
207207 image: {{ get ( get $ .Values " task-images" ) $v }}
208208 command:
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ harness: # EDIT: CLOUDHARNESS
1212 - accounts
1313 build :
1414 - cloudharness-base
15+ prepull : [] # additional images to add to the prepuller
1516 quotas :
1617 # sets the maximum number of (included named) servers open concurrently (int)
1718 quota-ws-open : 3
@@ -31,6 +32,7 @@ harness: # EDIT: CLOUDHARNESS
3132 smoketest : true
3233 ignoreRequestErrors : false
3334 ignoreConsoleErrors : false
35+
3436
3537# fullnameOverride and nameOverride distinguishes blank strings, null values,
3638# and non-blank strings. For more details, see the configuration reference.
You can’t perform that action at this time.
0 commit comments