From 8dbc3b67c5181daa3ae8100f8f07a0ca6cbd385d Mon Sep 17 00:00:00 2001 From: xaniasd Date: Wed, 15 Apr 2020 05:52:02 +0200 Subject: [PATCH] [stable/minio] fix identation for make-bucket-job (#21818) * fix identation for make-bucket-job Signed-off-by: Dimitris Stafylarakis * bump chart version to 5.0.20 Signed-off-by: Dimitris Stafylarakis * bump chart version to 5.0.21 Signed-off-by: Dimitris Stafylarakis --- stable/minio/Chart.yaml | 2 +- stable/minio/templates/post-install-create-bucket-job.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/minio/Chart.yaml b/stable/minio/Chart.yaml index b1681ad2fd..b8b67f2e6b 100755 --- a/stable/minio/Chart.yaml +++ b/stable/minio/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: MinIO is a high performance data infrastructure for machine learning, analytics and application data workloads. name: minio -version: 5.0.20 +version: 5.0.21 appVersion: master keywords: - storage diff --git a/stable/minio/templates/post-install-create-bucket-job.yaml b/stable/minio/templates/post-install-create-bucket-job.yaml index c95f4787a0..b26c206193 100755 --- a/stable/minio/templates/post-install-create-bucket-job.yaml +++ b/stable/minio/templates/post-install-create-bucket-job.yaml @@ -11,9 +11,9 @@ metadata: annotations: "helm.sh/hook": post-install,post-upgrade "helm.sh/hook-delete-policy": hook-succeeded - {{- with .Values.makeBucketJob.annotations }} - {{ toYaml . | indent 4 }} - {{- end }} +{{- with .Values.makeBucketJob.annotations }} +{{ toYaml . | indent 4 }} +{{- end }} spec: template: metadata: