3
0
mirror of https://github.com/mastodon/chart synced 2024-10-22 19:02:44 +00:00

Add extra env vars

This commit is contained in:
Tim Campbell 2023-12-12 10:17:17 +01:00 committed by Renaud Chaput
parent 4b6fd9f7e6
commit 1d0879b3c9
2 changed files with 6 additions and 0 deletions

View File

@ -328,3 +328,6 @@ data:
{{- with .Values.mastodon.metrics.statsd.address }}
STATSD_ADDR: {{ . }}
{{- end }}
{{- range $k, $v := .Values.mastodon.extraEnvVars }}
{{ $k }}: {{ quote $v }}
{{- end }}

View File

@ -206,6 +206,9 @@ mastodon:
# Sets the PREPARED_STATEMENTS environment variable: https://docs.joinmastodon.org/admin/config/#prepared_statements
preparedStatements: true
# Additional env vars defined in all pods
extraEnvVars: {}
ingress:
enabled: true
annotations: