Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit a027f26

Browse files
balazs92117diemol
andauthored
fix missing securityContext in nodes (SeleniumHQ#1907)
Co-authored-by: Diego Molina <[email protected]>
1 parent a0a0787 commit a027f26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/selenium-grid/templates/_helpers.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ template:
146146
{{- with .node.resources }}
147147
resources: {{- toYaml . | nindent 10 }}
148148
{{- end }}
149+
{{- with .node.securityContext }}
150+
securityContext: {{- toYaml . | nindent 10 }}
151+
{{- end }}
149152
{{- include "seleniumGrid.lifecycle" . | nindent 8 -}}
150153
{{- with .node.startupProbe }}
151154
startupProbe: {{- toYaml . | nindent 10 }}

0 commit comments

Comments
 (0)