Skip to content

Commit

Permalink
fix missing securityContext in nodes (#1907)
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
  • Loading branch information
balazs92117 and diemol committed Aug 1, 2023
1 parent a0a0787 commit a027f26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/selenium-grid/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ template:
{{- with .node.resources }}
resources: {{- toYaml . | nindent 10 }}
{{- end }}
{{- with .node.securityContext }}
securityContext: {{- toYaml . | nindent 10 }}
{{- end }}
{{- include "seleniumGrid.lifecycle" . | nindent 8 -}}
{{- with .node.startupProbe }}
startupProbe: {{- toYaml . | nindent 10 }}
Expand Down

0 comments on commit a027f26

Please sign in to comment.