-
Notifications
You must be signed in to change notification settings - Fork 126
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(lifecycle-operator): make sure spec of KeptnWorkloadVersion is consistent with KeptnWorkload #2926
fix(lifecycle-operator): make sure spec of KeptnWorkloadVersion is consistent with KeptnWorkload #2926
Conversation
…nsistent with KeptnWorkload Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2926 +/- ##
==========================================
+ Coverage 85.87% 85.93% +0.05%
==========================================
Files 161 161
Lines 10252 10258 +6
==========================================
+ Hits 8804 8815 +11
+ Misses 1166 1161 -5
Partials 282 282
... and 1 file with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
lifecycle-operator/controllers/lifecycle/keptnworkload/controller.go
Outdated
Show resolved
Hide resolved
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
…nsistent with KeptnWorkload (keptn#2926) Signed-off-by: Florian Bacher <[email protected]> Signed-off-by: vickysomtee <[email protected]>
Closes #2925