Skip to content

Commit

Permalink
fix(discourse): add restart policy to cronjob
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Müller <rmuller@mozilla.com>
  • Loading branch information
Flipez committed Mar 21, 2024
1 parent 2c879f0 commit e51fa5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/discourse/templates/cronjobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ spec:
backoffLimit: 0
template:
spec:
restartPolicy: Never
containers:
- name: {{ $cronjob_name }}
image: {{ $.Values.image.repository }}:{{ $.Values.image.tag }}
Expand Down

0 comments on commit e51fa5c

Please sign in to comment.