fix: indentation in Helm chart (#15547)

diff --git a/helm/superset/Chart.yaml b/helm/superset/Chart.yaml
index 87bfdca..791e409 100644
--- a/helm/superset/Chart.yaml
+++ b/helm/superset/Chart.yaml
@@ -22,7 +22,7 @@
   - 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 e9145b6..c228b35 100644
--- a/helm/superset/templates/deployment-worker.yaml
+++ b/helm/superset/templates/deployment-worker.yaml
@@ -80,9 +80,9 @@
             - 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 b750bae..9190782 100644
--- a/helm/superset/templates/deployment.yaml
+++ b/helm/superset/templates/deployment.yaml
@@ -83,9 +83,9 @@
             - 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 }}