Skip to content

Commit

Permalink
Use consistent chart value (apache#14031)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasv314 authored and Allan Caetano de Oliveira committed May 21, 2021
1 parent 5916dd9 commit 90fb563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/superset/templates/secret-superset-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90fb563

Please sign in to comment.