diff --git a/helm/superset/templates/configmap-superset.yaml b/helm/superset/templates/configmap-superset.yaml index 104bc353b..f8443651b 100644 --- a/helm/superset/templates/configmap-superset.yaml +++ b/helm/superset/templates/configmap-superset.yaml @@ -29,4 +29,4 @@ data: {{ $path }}: | {{ tpl $config . | indent 4 -}} {{- end -}} -{{- end -}} \ No newline at end of file +{{- end -}} diff --git a/helm/superset/values.yaml b/helm/superset/values.yaml index dee9808d7..065a1d562 100644 --- a/helm/superset/values.yaml +++ b/helm/superset/values.yaml @@ -42,7 +42,7 @@ envFromSecret: '{{ template "superset.fullname" . }}-env' extraEnv: {} extraConfigs: {} - # datasources-init.yaml: | + # datasources-init.yaml: | # databases: # - allow_csv_upload: true # allow_ctas: true @@ -271,4 +271,4 @@ nodeSelector: {} tolerations: [] -affinity: {} \ No newline at end of file +affinity: {}