Skip to content

Commit

Permalink
Merge pull request #127 from OSGP/feature/FDP-2187
Browse files Browse the repository at this point in the history
FDP-2187: Add security context configuration
  • Loading branch information
jasperkamerling authored May 24, 2024
2 parents 5a136bd + 704e42f commit 6110d4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/gxf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: gxf
description: Generic GXF Helm chart
version: '1.6.0'
version: '1.7.0'
icon: https://artwork.lfenergy.org/projects/grid-exchange-fabric/abbrev/color/grid-exchange-fabric-abbrev-color.png
maintainers:
- name: OSGP
Expand Down
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 6110d4c

Please sign in to comment.