Skip to content
Snippets Groups Projects
Commit c90b9cea authored by Alex Hill's avatar Alex Hill
Browse files

Merge branch 'low-372-podSecurityContext' into 'master'

LOW-372: define DS pod security context with podSecurityContext

See merge request ska-telescope/ska-tango-images!179
parents ad32fcd7 5aac06cf
No related branches found
No related tags found
No related merge requests found
......@@ -329,6 +329,10 @@ spec:
securityContext:
{{- toYaml . | nindent 10 }}
{{ end }}
{{- with (coalesce $deviceserver.podSecurityContext $chart.Values.podSecurityContext) }}
securityContext:
{{- toYaml . | nindent 8 }}
{{ end }}
{{- with (coalesce $deviceserver.nodeSelector $chart.Values.nodeSelector) }}
nodeSelector:
{{- toYaml . | nindent 8 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment