From 08bda27a433b558b9fee588185d2ee576504bf3b Mon Sep 17 00:00:00 2001 From: Max Voitko Date: Tue, 6 Jul 2021 05:32:10 +0300 Subject: [PATCH] fix: indentation in Helm chart (#15547) --- helm/superset/Chart.yaml | 2 +- helm/superset/templates/deployment-worker.yaml | 6 +++--- helm/superset/templates/deployment.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) 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 }}