From ffe38b589d661cfcaec878ecfad2db74bb1d4cc1 Mon Sep 17 00:00:00 2001 From: Emilien Devos Date: Fri, 1 Dec 2023 12:22:19 +0100 Subject: [PATCH] fix location for metadata labels --- georchestra-backup-ldap/Chart.yaml | 2 +- georchestra-backup-ldap/templates/cronjob.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/georchestra-backup-ldap/Chart.yaml b/georchestra-backup-ldap/Chart.yaml index 4784f08..63c4e5c 100644 --- a/georchestra-backup-ldap/Chart.yaml +++ b/georchestra-backup-ldap/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.2 +version: 0.1.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/georchestra-backup-ldap/templates/cronjob.yaml b/georchestra-backup-ldap/templates/cronjob.yaml index 6fc7bf9..ebf488a 100644 --- a/georchestra-backup-ldap/templates/cronjob.yaml +++ b/georchestra-backup-ldap/templates/cronjob.yaml @@ -11,10 +11,10 @@ spec: successfulJobsHistoryLimit: {{ $job.successfulJobsHistoryLimit }} jobTemplate: spec: - metadata: - labels: - {{- include "georchestra-backup-ldap.labels" . | nindent 12 }} template: + metadata: + labels: + {{- include "georchestra-backup-ldap.labels" . | nindent 12 }} spec: {{- with $job.imagePullSecrets }} imagePullSecrets: