diff --git a/helm/superset/templates/_helpers.tpl b/helm/superset/templates/_helpers.tpl index 6b2ad270ee951..c093bf5a528ba 100644 --- a/helm/superset/templates/_helpers.tpl +++ b/helm/superset/templates/_helpers.tpl @@ -102,7 +102,7 @@ RESULTS_BACKEND = RedisCache( # Overrides {{- range $key, $value := .Values.configOverrides }} # {{ $key }} -{{ $value }} +{{ tpl $value $ }} {{- end }} {{- end }}