Skip to content

Commit

Permalink
FDP-2187: Add security context configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Jasper Kamerling <[email protected]>
  • Loading branch information
jasperkamerling committed May 24, 2024
1 parent e36fe71 commit 1706630
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/gxf/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ spec:
{{- if .Values.initContainers }}
initContainers: {{- toYaml .Values.initContainers | nindent 8 }}
{{- end }}
{{- if .Values.securityContext }}
securityContext: {{- toYaml .Values.securityContext | nindent 8 }}
{{- end }}
containers:
- name: {{ .Release.Name }}
image: {{ .Values.imageRepo }}{{ .Values.image }}:{{ .Values.imageTag }}
Expand Down

0 comments on commit 1706630

Please sign in to comment.