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

LOW-372: define DS pod security context with podSecurityContext

parent ad32fcd7
Branches
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