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