-
Notifications
You must be signed in to change notification settings - Fork 122
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
fix: introduce missing Role into keptn-cert-manager helm charts #3435
Conversation
Signed-off-by: odubajDT <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3435 +/- ##
=======================================
Coverage 85.31% 85.31%
=======================================
Files 167 167
Lines 7415 7415
=======================================
Hits 6326 6326
Misses 800 800
Partials 289 289
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
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.
approved, with an optional suggestion
Signed-off-by: odubajDT <[email protected]>
Quality Gate passedIssues Measures |
…n#3435) Signed-off-by: odubajDT <[email protected]> Signed-off-by: vickysomtee <[email protected]>
Fixes: #3434
Changes
keptn-cert-manager
unit testskeptn-cert-manager
leader election in helm chartsscheduler
leader election in helm chartsTesting
The fix was manually tested and it's working. Even the scenario with installed
lifecycle-operator
and disabledmetrics-operator
was tested and it's working. Automated tests will be provided in a follow-up.