Commit bc6e3275 authored by Ruaridh Williamson's avatar Ruaridh Williamson
Browse files

feat: add cronjob backoffLimit

- Expose the ability to control the backoffLimit of the cronjob to stop it running up to 7 times
parent 8206780f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -29,6 +29,9 @@ items:
        {{- if $jobConfig.activeDeadlineSeconds }}
        activeDeadlineSeconds: {{ $jobConfig.activeDeadlineSeconds }}
        {{- end }}
        {{- if $jobConfig.backoffLimit }}
        backoffLimit: {{ $jobConfig.backoffLimit }}
        {{- end }}
        template:
          metadata:
            annotations: