We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc9f18 commit 35fafafCopy full SHA for 35fafaf
charts/selenium-grid/templates/_helpers.tpl
@@ -306,10 +306,16 @@ template:
306
- name: "pre-puller-{{ .name }}"
307
image: {{ printf "%s/%s:%s" $nodeImageRegistry .node.imageName $nodeImageTag }}
308
command: ["bash", "-c", "'true'"]
309
+ {{- with .node.resources }}
310
+ resources: {{- toYaml . | nindent 10 }}
311
+ {{- end }}
312
{{- if $.Values.videoRecorder.enabled }}
313
- name: "pre-puller-{{ $.Values.videoRecorder.name }}"
314
image: {{ printf "%s/%s:%s" $videoImageRegistry $.Values.videoRecorder.imageName $videoImageTag }}
315
316
317
318
319
{{- end }}
320
{{- with .node.initContainers }}
321
{{- toYaml . | nindent 6 }}
0 commit comments