From ee0e65faaa5a160b7357563fa19affda6f588ee5 Mon Sep 17 00:00:00 2001 From: wiktor2200 Date: Tue, 4 Jan 2022 15:22:49 +0100 Subject: [PATCH] fix service account apiVersion indent --- helm/superset/Chart.yaml | 2 +- helm/superset/templates/service-account.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/superset/Chart.yaml b/helm/superset/Chart.yaml index 36c46fac717a..09dd1e723c2c 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.5.2 +version: 0.5.3 dependencies: - name: postgresql version: 10.2.0 diff --git a/helm/superset/templates/service-account.yaml b/helm/superset/templates/service-account.yaml index dd6084d78fa5..680b13737019 100755 --- a/helm/superset/templates/service-account.yaml +++ b/helm/superset/templates/service-account.yaml @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -{{- if .Values.serviceAccount.create -}} +{{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount metadata: