Skip to content

Commit

Permalink
Update cronjob.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tardich authored Jun 24, 2022
1 parent 8a8868b commit 2c8bf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whereabouts/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
{{- include "whereabouts.labels" . | nindent 4 }}
spec:
concurrencyPolicy: Forbid
successfulJobsHistoryLimit: 0
successfulJobsHistoryLimit: {{ .Values.successfulJobsHistoryLimit | default "0" }}
schedule: "*/5 * * * *"
jobTemplate:
spec:
Expand Down

0 comments on commit 2c8bf05

Please sign in to comment.