This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 38a21bf  chore(lint): fix pre-commit error (#12884)
38a21bf is described below

commit 38a21bf4b6c1e3480d008e0f1ca14e41d5844d09
Author: Ville Brofeldt <[email protected]>
AuthorDate: Tue Feb 2 11:53:34 2021 +0200

    chore(lint): fix pre-commit error (#12884)
---
 helm/superset/templates/configmap-superset.yaml | 2 +-
 helm/superset/values.yaml                       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/helm/superset/templates/configmap-superset.yaml 
b/helm/superset/templates/configmap-superset.yaml
index 104bc35..f844365 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 dee9808..065a1d5 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: {}

Reply via email to