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

amitmiran 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 287bc12  Use consistent chart value (#14031)
287bc12 is described below

commit 287bc12e4534bb78a2b65657ef408a925f51f08f
Author: Tom Vendetta <[email protected]>
AuthorDate: Sun Apr 11 02:30:26 2021 -0400

    Use consistent chart value (#14031)
---
 helm/superset/templates/secret-superset-config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/superset/templates/secret-superset-config.yaml 
b/helm/superset/templates/secret-superset-config.yaml
index 2f37da8..ddf0bef 100644
--- a/helm/superset/templates/secret-superset-config.yaml
+++ b/helm/superset/templates/secret-superset-config.yaml
@@ -20,7 +20,7 @@ metadata:
   name: {{ template "superset.fullname" . }}-config
   labels:
     app: {{ template "superset.fullname" . }}
-    chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
+    chart: {{ template "superset.chart" . }}
     release: "{{ .Release.Name }}"
     heritage: "{{ .Release.Service }}"
 type: Opaque

Reply via email to