diff --git a/horizon/templates/job-db-sync.yaml b/horizon/templates/job-db-sync.yaml index 3058863c40..c35e4b4567 100644 --- a/horizon/templates/job-db-sync.yaml +++ b/horizon/templates/job-db-sync.yaml @@ -32,6 +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 $envAll | include "helm-toolkit.snippets.release_uuid" }} spec: template: diff --git a/releasenotes/notes/horizon-172a4ff3264fc495.yaml b/releasenotes/notes/horizon-172a4ff3264fc495.yaml new file mode 100644 index 0000000000..a0cbc0418c --- /dev/null +++ b/releasenotes/notes/horizon-172a4ff3264fc495.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Fix missing job annotation support from values.yaml on the db-sync job. +...