mirror of
https://github.com/mastodon/chart
synced 2025-03-14 21:11:50 +00:00
Add extra env vars
This commit is contained in:
parent
4b6fd9f7e6
commit
1d0879b3c9
|
@ -328,3 +328,6 @@ data:
|
|||
{{- with .Values.mastodon.metrics.statsd.address }}
|
||||
STATSD_ADDR: {{ . }}
|
||||
{{- end }}
|
||||
{{- range $k, $v := .Values.mastodon.extraEnvVars }}
|
||||
{{ $k }}: {{ quote $v }}
|
||||
{{- end }}
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user