From 319edf235238ce20d5070c0a2acb169d8dc81301 Mon Sep 17 00:00:00 2001 From: Tim Campbell Date: Fri, 15 Dec 2023 18:35:57 +0100 Subject: [PATCH] Remove extra additions --- templates/configmap-env.yaml | 3 --- 1 file changed, 3 deletions(-) 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 }}