Skip to content

Commit

Permalink
Apply suggestions from code review - fix goofy s//g for earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot authored Jul 14, 2023
1 parent 0e72940 commit 832d818
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/mastodon/templates/job-assets-precompile.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: batch/v1
kind: Job
metadata:
name: {{ include "mastodon.pvc.assets" . }}-precompile
name: {{ include "mastodon.fullname" . }}-assets-precompile
labels:
{{- include "mastodon.labels" . | nindent 4 }}
annotations:
Expand All @@ -11,7 +11,7 @@ metadata:
spec:
template:
metadata:
name: {{ include "mastodon.pvc.assets" . }}-precompile
name: {{ include "mastodon.fullname" . }}-assets-precompile
{{- with .Values.jobAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
Expand Down Expand Up @@ -42,7 +42,7 @@ spec:
claimName: {{ template "mastodon.pvc.system" . }}
{{- end }}
containers:
- name: {{ include "mastodon.pvc.assets" . }}-precompile
- name: {{ include "mastodon.fullname" . }}-assets-precompile
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command:
Expand Down

0 comments on commit 832d818

Please sign in to comment.