diff --git a/charts/brig/templates/deployment.yaml b/charts/brig/templates/deployment.yaml index 29f8ebc003..4de4da5f66 100644 --- a/charts/brig/templates/deployment.yaml +++ b/charts/brig/templates/deployment.yaml @@ -75,12 +75,12 @@ spec: key: editionIds - name: GEOIPUPDATE_FREQUENCY value: "0" # Setting this to 0 makes the script only run geoipupdate once. - {{- end }} {{- if eq (include "includeSecurityContext" .) "true" }} securityContext: {{- toYaml .Values.podSecurityContext | nindent 12 }} runAsUser: 1000 # see https://github.com/maxmind/geoipupdate/issues/233 {{- end }} + {{- end }} containers: - name: brig image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"