mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
fix(helm): add sentry options
This commit is contained in:
parent
5728a300af
commit
5ca6eba764
2 changed files with 10 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue