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
Branches
Tags
No related merge requests found
...@@ -329,6 +329,10 @@ spec: ...@@ -329,6 +329,10 @@ spec:
securityContext: securityContext:
{{- toYaml . | nindent 10 }} {{- toYaml . | nindent 10 }}
{{ end }} {{ end }}
{{- with (coalesce $deviceserver.podSecurityContext $chart.Values.podSecurityContext) }}
securityContext:
{{- toYaml . | nindent 8 }}
{{ end }}
{{- with (coalesce $deviceserver.nodeSelector $chart.Values.nodeSelector) }} {{- with (coalesce $deviceserver.nodeSelector $chart.Values.nodeSelector) }}
nodeSelector: nodeSelector:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment