-
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
feat(operator): trim KeptnAppVersion name that exceed max limit #1296
Conversation
Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>
✅ Deploy Preview for keptn-lifecycle-toolkit ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1296 +/- ##
==========================================
+ Coverage 61.57% 61.62% +0.04%
==========================================
Files 143 143
Lines 10697 10700 +3
==========================================
+ Hits 6587 6594 +7
+ Misses 3849 3846 -3
+ Partials 261 260 -1
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>
Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>
operator/controllers/lifecycle/keptnworkloadinstance/controller.go
Outdated
Show resolved
Hide resolved
Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>
Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>
Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>
thanks for making the adaptations @rakshitgondwal! the only thing left is to fix the linting issues, then we're ready to get this merged :) |
Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Thank you for the merge! |
Fixes #1245
Changes made-
KeptnAppVersion.ObjectMeta.Name
if it exceeds the maximum length.