fix(helm): add sentry options

This commit is contained in:
Julian Tölle 2020-11-17 22:36:51 +01:00
parent 5728a300af
commit 5ca6eba764
2 changed files with 10 additions and 2 deletions

View file

@ -53,7 +53,11 @@ spec:
key: spotify-client-secret
- name: SPOTIFY_USER_FILTER
value: {{ .Values.spotify.userFilter }}
- name: SENTRY_ENABLED
value: {{ .Values.sentry.enabled }}
- name: SENTRY_DSN
value: {{ .Values.sentry.dsn }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
ports: