From 2818781c14c5c8d90a78255468863ffe1f591cbf Mon Sep 17 00:00:00 2001 From: Will Gan Date: Tue, 7 Sep 2021 14:35:29 -0700 Subject: [PATCH] Typo in template --- helm/superset/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/superset/templates/deployment.yaml b/helm/superset/templates/deployment.yaml index f39f33471b..f24f226882 100644 --- a/helm/superset/templates/deployment.yaml +++ b/helm/superset/templates/deployment.yaml @@ -80,7 +80,7 @@ spec: {{- end }} {{- end }} {{- if .Values.supersetNode.env }} - {{- range $key, $value := .Values.extraEnv }} + {{- range $key, $value := .Values.supersetNode.env }} - name: {{ $key | quote}} value: {{ $value | quote }} {{- end }}