File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
charts/selenium-grid/templates Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -306,10 +306,16 @@ template:
306
306
- name: "pre-puller-{ { .name } }"
307
307
image: { { printf " %s/%s:%s" $nodeImageRegistry .node.imageName $nodeImageTag } }
308
308
command: ["bash", "-c", "'true'"]
309
+ { {- with .node.resources } }
310
+ resources: { {- toYaml . | nindent 10 } }
311
+ { {- end } }
309
312
{ {- if $.Values.videoRecorder.enabled } }
310
313
- name: "pre-puller-{ { $.Values.videoRecorder.name } }"
311
314
image: { { printf " %s/%s:%s" $videoImageRegistry $.Values.videoRecorder.imageName $videoImageTag } }
312
315
command: ["bash", "-c", "'true'"]
316
+ { {- with .node.resources } }
317
+ resources: { {- toYaml . | nindent 10 } }
318
+ { {- end } }
313
319
{ {- end } }
314
320
{ {- with .node.initContainers } }
315
321
{ {- toYaml . | nindent 6 } }
You can’t perform that action at this time.
0 commit comments