Skip to content

Commit

Permalink
charts: magout: rename cronjob for periodic maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
ushitora-anqou committed Oct 19, 2024
1 parent 4e46531 commit 1f0a8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/magout/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ include "magout.fullname" . }}-cleanup
name: {{ include "magout.fullname" . }}-maint
spec:
concurrencyPolicy: Forbid
jobTemplate:
Expand Down

0 comments on commit 1f0a8e4

Please sign in to comment.