We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
activeDeadlineSeconds
The text was updated successfully, but these errors were encountered:
Thanks @rophy - makes sense. Assigning to you since you've already done a PR ... I'll add more feedback there.
Sorry, something went wrong.
Support activeDeadlineSeconds for apprepository-controller (#6967)
181e686
### 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 <[email protected]> Co-authored-by: Michael Nelson <[email protected]>
rophy
No branches or pull requests
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: