You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Description of the change
Implements #6966
### Benefits
AppRepository CronJobs supports
[activeDeadlineSeconds](https://kubernetes.io/docs/concepts/workloads/controllers/job/#job-termination-and-cleanup)
### Possible drawbacks
I'm not a golang developer, `go test` passed, not sure if there is
anything else I should be testing?
### Applicable issues
#6966
---------
Signed-off-by: Michael Nelson <minelson@vmware.com>
Co-authored-by: Michael Nelson <minelson@vmware.com>
Summary
I see ttlSecondsAfterFinished is supported as an extraFlags. Can we add the same for activeDeadlineSeconds?
Background and rationale
Some kubernetes clusters may require CronJob to define activeDeadlineSeconds.
Acceptance criteria
Able to define
activeDeadlineSeconds
in .Values.apprepository.extraFlags, which gets added to result CronJob of AppRepository.The text was updated successfully, but these errors were encountered: