diff --git a/templates/configmap-env.yaml b/templates/configmap-env.yaml index 3f36359..eb2f3d0 100644 --- a/templates/configmap-env.yaml +++ b/templates/configmap-env.yaml @@ -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 }}