mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
Hmm
This commit is contained in:
parent
7f4c3f622e
commit
5bf4f7374c
1 changed files with 4 additions and 0 deletions
|
|
@ -78,4 +78,8 @@ data:
|
||||||
{{- else }}
|
{{- else }}
|
||||||
{{- fail "Unable to figure out database configuration for backend configmap."}}
|
{{- fail "Unable to figure out database configuration for backend configmap."}}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- if .Values.backend.config.SENTRY_DNS }}
|
||||||
|
SENTRY_DSN: {{.Values.backend.SENTRY_DNS }}
|
||||||
|
{{- else }}
|
||||||
SENTRY_DSN:
|
SENTRY_DSN:
|
||||||
|
{{- end }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue