3
0
mirror of https://github.com/mastodon/chart synced 2025-05-17 20:43:21 +00:00

Remove extra additions

This commit is contained in:
Tim Campbell 2023-12-15 18:35:57 +01:00
parent 8151759a50
commit 319edf2352

View File

@ -360,6 +360,3 @@ data:
{{- if .Values.mastodon.cacheBuster.authHeader }}
CACHE_BUSTER_SECRET_HEADER: {{ .Values.mastodon.cacheBuster.authHeader }}
{{- end }}
{{- range $k, $v := .Values.mastodon.extraEnvVars }}
{{ $k }}: {{ quote $v }}
{{- end }}