mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
fix(helm): environment variable is set as boolean instead of string
This commit is contained in:
parent
2513bc02aa
commit
a8063cfc32
1 changed files with 4 additions and 1 deletions
|
|
@ -54,10 +54,13 @@ spec:
|
|||
- name: SPOTIFY_USER_FILTER
|
||||
value: {{ .Values.spotify.userFilter }}
|
||||
|
||||
{{- if .Values.sentry.enabled }}
|
||||
- name: SENTRY_ENABLED
|
||||
value: {{ .Values.sentry.enabled }}
|
||||
value: "true"
|
||||
- name: SENTRY_DSN
|
||||
value: {{ .Values.sentry.dsn }}
|
||||
{{- end }}
|
||||
|
||||
securityContext:
|
||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue