-
Notifications
You must be signed in to change notification settings - Fork 690
New issue
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
hack/release: Remove ttlSecondsAfterFinished from certgen job #4200
hack/release: Remove ttlSecondsAfterFinished from certgen job #4200
Conversation
cc @stevesloka @youngnick as discussed on Slack a few hours ago I did some very minor testing ( |
f0239c1
to
ea2aed4
Compare
Codecov Report
@@ Coverage Diff @@
## main #4200 +/- ##
=======================================
Coverage 76.41% 76.41%
=======================================
Files 111 111
Lines 9883 9883
=======================================
Hits 7552 7552
Misses 2164 2164
Partials 167 167 |
@lrewega could you please add a release note following the process here: https://github.com/projectcontour/contour/blob/main/CONTRIBUTING.md#commit-message-and-pr-guidelines (labeled this as a "small" change) thanks! |
72c2962
to
f49c5cf
Compare
Just the codespell issue to fix, then this LGTM. Nice work @lrewega, thanks. |
18a0874
to
ab39d14
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with one more spelling nit, sorry!
The certgen job is versioned in releases, so deleting it should not be necessary for most consumers. Deleting the job can cause problems when applying the quickstart config via continous deployment (e.g. Argo CD) as the job disappears before an external observer can acknowledge it completed successfully, or even confirm that it ever existed. Signed-off-by: Luke Rewega <lrewega@buf.build>
a7f8597
to
ee80483
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @lrewega!
The certgen job is versioned in releases, so deleting it should not be
necessary for most consumers. Deleting the job can cause problems when
applying the quickstart config via continous deployment (e.g. Argo CD)
as the job disappears before an external observer can acknowledge it
completed successfully, or even confirm that it ever existed.
Signed-off-by: Luke Rewega lrewega@buf.build