File tree 1 file changed +6
-0
lines changed
charts/selenium-grid/templates
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -319,13 +319,19 @@ template:
319
319
{ {- with .node.resources } }
320
320
resources: { {- toYaml . | nindent 10 } }
321
321
{ {- end } }
322
+ { {- with .node.securityContext } }
323
+ securityContext: { {- toYaml . | nindent 10 } }
324
+ { {- end } }
322
325
{ {- if .recorder.enabled } }
323
326
- name: "pre-puller-{ { .recorder.name } }"
324
327
image: { { printf " %s/%s:%s" $videoImageRegistry .recorder.imageName $videoImageTag } }
325
328
command: ["bash", "-c", "'true'"]
326
329
{ {- with .recorder.resources } }
327
330
resources: { {- toYaml . | nindent 10 } }
328
331
{ {- end } }
332
+ { {- with .recorder.securityContext } }
333
+ securityContext: { {- toYaml . | nindent 10 } }
334
+ { {- end } }
329
335
{ {- end } }
330
336
{ {- with .node.initContainers } }
331
337
{ {- toYaml . | nindent 6 } }
You can’t perform that action at this time.
0 commit comments