Support activeDeadlineSeconds for apprepository-controller#6967
Conversation
✅ Deploy Preview for kubeapps-dev canceled.Built without sensitive environment variables
|
2d22a00 to
af1c1c8
Compare
|
@rophy, we have received your signed contributor license agreement. The review is usually completed within a week, but may take longer under certain circumstances. Another comment will be added to the pull request to notify you when the merge can proceed. |
|
@rophy, VMware has approved your signed contributor license agreement. |
absoludity
left a comment
There was a problem hiding this comment.
I'm not a golang developer, go test passed, not sure if there is anything else I should be testing?
The main thing to test is that if it is set, that the value is used in the spec - which you've done with your update - thanks. The only other thing would be the opposite: to show that if it's not set, it'll be nil - but it's fine as is. +1 and thanks for the improvement!
Note that similar to the --ttl-lifetime-afterfinished-job flag, there is no specific chart option for this but you can set it via the apprepository.extraFlags option.
Signed-off-by: Michael Nelson <minelson@vmware.com>
|
I've just pushed a one-liner to fix the error on CI (not sure why it was triggered by this PR, but it's unrelated). EDIT: it's not just this PR - also seeing the same failure in other PRs, eg #6968 . |
Description of the change
Implements #6966
Benefits
AppRepository CronJobs supports activeDeadlineSeconds
Possible drawbacks
I'm not a golang developer,
go testpassed, not sure if there is anything else I should be testing?Applicable issues
#6966