mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21: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
|
- name: SPOTIFY_USER_FILTER
|
||||||
value: {{ .Values.spotify.userFilter }}
|
value: {{ .Values.spotify.userFilter }}
|
||||||
|
|
||||||
|
{{- if .Values.sentry.enabled }}
|
||||||
- name: SENTRY_ENABLED
|
- name: SENTRY_ENABLED
|
||||||
value: {{ .Values.sentry.enabled }}
|
value: "true"
|
||||||
- name: SENTRY_DSN
|
- name: SENTRY_DSN
|
||||||
value: {{ .Values.sentry.dsn }}
|
value: {{ .Values.sentry.dsn }}
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue