Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/brig/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down