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

@ -54,6 +54,10 @@ spec:
- name: SPOTIFY_USER_FILTER - name: SPOTIFY_USER_FILTER
value: {{ .Values.spotify.userFilter }} value: {{ .Values.spotify.userFilter }}
- name: SENTRY_ENABLED
value: {{ .Values.sentry.enabled }}
- name: SENTRY_DSN
value: {{ .Values.sentry.dsn }}
securityContext: securityContext:
{{- toYaml .Values.securityContext | nindent 12 }} {{- toYaml .Values.securityContext | nindent 12 }}
ports: ports:

View file

@ -78,3 +78,7 @@ spotify:
auth: auth:
jwtSecret: jwtSecret:
sentry:
enabled: false
dsn: ""