Skip to content

Commit

Permalink
fix brig's Helm template for geoip disabled (#3794)
Browse files Browse the repository at this point in the history
* fix brig's Helm template for geoip disabled

* hi ci
  • Loading branch information
stefanwire authored Jan 8, 2024
1 parent 2342af1 commit 3c92ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/brig/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,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

0 comments on commit 3c92ba6

Please sign in to comment.