-
Notifications
You must be signed in to change notification settings - Fork 360
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
feat(helm): support annotations for certgen resources #1996
feat(helm): support annotations for certgen resources #1996
Conversation
152aabd
to
e46a880
Compare
Codecov Report
@@ Coverage Diff @@
## main #1996 +/- ##
==========================================
+ Coverage 65.51% 65.55% +0.03%
==========================================
Files 92 92
Lines 13528 13528
==========================================
+ Hits 8863 8868 +5
+ Misses 4116 4112 -4
+ Partials 549 548 -1 |
You need to run make generate to update helm docs. |
a220d8c
to
648b9c2
Compare
thx @Xunzhuo, I applied changes as per your suggestion and re-generated helm chart documentation |
* support annotations for certgen resources * support configuration for certgen job ttlSecondsAfterFinished Signed-off-by: Federico M. Facca <federico.facca@zaphiro.ch>
Signed-off-by: Federico M. Facca <federico.facca@zaphiro.ch>
Signed-off-by: Federico M. Facca <federico.facca@zaphiro.ch>
Signed-off-by: Federico M. Facca <federico.facca@zaphiro.ch>
1638458
to
753b466
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 !
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.
it would be better if you can add an e2e test for this.
if you point me to an example, I am happy to give it a try :) |
What type of PR is this?
feat(helm): support annotations for certgen resources
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #1954