Skip to content

Commit bd696ef

Browse files
committed
fix(horizon): add missing job annotations to db-sync
This is pretty standard in all the other charts to allow custom job annotations to be applied to the db-sync job. Change-Id: I9062356aadd4049ab68c514c9755a052f52cdfb9 Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
1 parent 80041df commit bd696ef

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

horizon/templates/job-db-sync.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ metadata:
3232
helm.sh/hook: post-install,post-upgrade
3333
helm.sh/hook-weight: "-4"
3434
{{- end }}
35+
{{ tuple $serviceAccountName $envAll | include "helm-toolkit.snippets.custom_job_annotations" | indent 4 -}}
3536
{{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" }}
3637
spec:
3738
template:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Fix missing job annotation support from values.yaml on the db-sync job.
5+
...

0 commit comments

Comments
 (0)