diff --git a/charts/selenium-grid/templates/_helpers.tpl b/charts/selenium-grid/templates/_helpers.tpl index 25d0577fb..5cd8e17a6 100644 --- a/charts/selenium-grid/templates/_helpers.tpl +++ b/charts/selenium-grid/templates/_helpers.tpl @@ -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 }}