diff --git a/charts/generic/Chart.yaml b/charts/generic/Chart.yaml index a93006e..b7e54ed 100644 --- a/charts/generic/Chart.yaml +++ b/charts/generic/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: generic description: Generic Chart -version: 1.6.1 +version: 1.6.2 diff --git a/charts/generic/templates/cronjobs.yaml b/charts/generic/templates/cronjobs.yaml index ed9acbc..db6d14f 100644 --- a/charts/generic/templates/cronjobs.yaml +++ b/charts/generic/templates/cronjobs.yaml @@ -11,9 +11,9 @@ metadata: name: "{{ $fullName }}-{{ $cronjob.name | default $cronjobName }}" {{- end }} labels: - {{ include "generic.labels" $ | indent 4 }} + {{ include "generic.labels" $ | nindent 4 }} {{- with $cronjob.labels }} - {{ toYaml . | indent 4 }} + {{ toYaml . | nindent 4 }} {{- end }} {{- with .annotations }} annotations: {{ toYaml . | nindent 4 }} diff --git a/charts/generic/templates/jobs.yaml b/charts/generic/templates/jobs.yaml index 024a03a..008ea1c 100644 --- a/charts/generic/templates/jobs.yaml +++ b/charts/generic/templates/jobs.yaml @@ -11,9 +11,9 @@ metadata: name: "{{ $fullName }}-{{ $job.name | default $jobName }}" {{- end }} labels: - {{ include "generic.labels" $ | indent 4 }} + {{ include "generic.labels" $ | nindent 4 }} {{- with $job.labels }} - {{ toYaml . | indent 4 }} + {{ toYaml . | nindent 4 }} {{- end }} annotations: {{- with .annotations }}