diff --git a/helm/superset/Chart.yaml b/helm/superset/Chart.yaml index 87bfdca3f6f3e..791e409f4058d 100644 --- a/helm/superset/Chart.yaml +++ b/helm/superset/Chart.yaml @@ -22,7 +22,7 @@ maintainers: - name: craig-rueda email: craig@craigrueda.com url: https://github.com/craig-rueda -version: 0.3.3 +version: 0.3.4 dependencies: - name: postgresql version: 10.2.0 diff --git a/helm/superset/templates/deployment-worker.yaml b/helm/superset/templates/deployment-worker.yaml index e9145b6c6cadf..c228b35dc96d1 100644 --- a/helm/superset/templates/deployment-worker.yaml +++ b/helm/superset/templates/deployment-worker.yaml @@ -80,9 +80,9 @@ spec: - secretRef: name: {{ tpl .Values.envFromSecret . | quote }} {{- range .Values.envFromSecrets }} - - secretRef: - name: {{ tpl . $ | quote }} - {{- end }} + - secretRef: + name: {{ tpl . $ | quote }} + {{- end }} volumeMounts: - name: superset-config mountPath: {{ .Values.configMountPath | quote }} diff --git a/helm/superset/templates/deployment.yaml b/helm/superset/templates/deployment.yaml index b750baeb1abe2..919078299525f 100644 --- a/helm/superset/templates/deployment.yaml +++ b/helm/superset/templates/deployment.yaml @@ -83,9 +83,9 @@ spec: - secretRef: name: {{ tpl .Values.envFromSecret . | quote }} {{- range .Values.envFromSecrets }} - - secretRef: - name: {{ tpl . $ | quote }} - {{- end }} + - secretRef: + name: {{ tpl . $ | quote }} + {{- end }} volumeMounts: - name: superset-config mountPath: {{ .Values.configMountPath | quote }}