about summary refs log tree commit diff
path: root/chart/templates/job-assets-precompile.yaml
diff options
context:
space:
mode:
authorErik Sundell <erik.i.sundell@gmail.com>2022-11-10 23:24:39 +0100
committerGitHub <noreply@github.com>2022-11-10 23:24:39 +0100
commit302a58c22b08a5cb6682a683dce501e030413bf4 (patch)
tree4a1efafbbf5750152e40afc9e90cf5179a9b0039 /chart/templates/job-assets-precompile.yaml
parent86f6631d283423746b8fdf0a618f6e0abafea099 (diff)
helm: fix consistent indentation, chomping, and use of with (#19918)
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) }}