about summary refs log tree commit diff
path: root/chart/templates/job-chewy-upgrade.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'chart/templates/job-chewy-upgrade.yaml')
-rw-r--r--chart/templates/job-chewy-upgrade.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chart/templates/job-chewy-upgrade.yaml b/chart/templates/job-chewy-upgrade.yaml
index 16b4f75a7..ae6fb38e1 100644
--- a/chart/templates/job-chewy-upgrade.yaml
+++ b/chart/templates/job-chewy-upgrade.yaml
@@ -13,6 +13,10 @@ spec:
   template:
     metadata:
       name: {{ include "mastodon.fullname" . }}-chewy-upgrade
+    {{- with .Values.jobAnnotations }}
+      annotations:
+        {{- toYaml . | nindent 8 }}
+    {{- end }}
     spec:
       restartPolicy: Never
       {{- if (not .Values.mastodon.s3.enabled) }}