diff --git a/glance/templates/job-metadefs-load.yaml b/glance/templates/job-metadefs-load.yaml index dfaeade04f..401274897f 100644 --- a/glance/templates/job-metadefs-load.yaml +++ b/glance/templates/job-metadefs-load.yaml @@ -28,7 +28,7 @@ metadata: {{- if .Values.helm3_hook }} helm.sh/hook: post-install,post-upgrade {{- end }} -{{ tuple $serviceAccountName $envAll | include "helm-toolkit.snippets.custom_job_annotations" | indent 4 -}} +{{ tuple $serviceAccountName $envAll | include "helm-toolkit.snippets.custom_job_annotations" | indent 4 }} {{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" }} spec: template: diff --git a/glance/templates/job-storage-init.yaml b/glance/templates/job-storage-init.yaml index 86c09c7eb5..2fddf9b4f5 100644 --- a/glance/templates/job-storage-init.yaml +++ b/glance/templates/job-storage-init.yaml @@ -56,7 +56,7 @@ metadata: {{- if .Values.helm3_hook }} helm.sh/hook: post-install,post-upgrade {{- end }} -{{ tuple $serviceAccountName $envAll | include "helm-toolkit.snippets.custom_job_annotations" | indent 4 -}} +{{ tuple $serviceAccountName $envAll | include "helm-toolkit.snippets.custom_job_annotations" | indent 4 }} {{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" }} spec: template: diff --git a/horizon/templates/job-db-sync.yaml b/horizon/templates/job-db-sync.yaml index c35e4b4567..616a619447 100644 --- a/horizon/templates/job-db-sync.yaml +++ b/horizon/templates/job-db-sync.yaml @@ -32,7 +32,7 @@ metadata: helm.sh/hook: post-install,post-upgrade helm.sh/hook-weight: "-4" {{- end }} -{{ tuple $serviceAccountName $envAll | include "helm-toolkit.snippets.custom_job_annotations" | indent 4 -}} +{{ tuple $serviceAccountName $envAll | include "helm-toolkit.snippets.custom_job_annotations" | indent 4 }} {{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" }} spec: template: