This commit is contained in:
Skyler Mäntysaari 2023-07-21 05:05:50 +03:00
parent 7f4c3f622e
commit 5bf4f7374c

View file

@ -78,4 +78,8 @@ data:
{{- else }}
{{- fail "Unable to figure out database configuration for backend configmap."}}
{{- end }}
{{- if .Values.backend.config.SENTRY_DNS }}
SENTRY_DSN: {{.Values.backend.SENTRY_DNS }}
{{- else }}
SENTRY_DSN:
{{- end }}