-
Notifications
You must be signed in to change notification settings - Fork 64
🌱 move service to kustomize manager dir, rename for general purpose use #1544
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
🌱 move service to kustomize manager dir, rename for general purpose use #1544
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
24be992
to
c4a6850
Compare
Signed-off-by: Joe Lanford <[email protected]>
c4a6850
to
6702698
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1544 +/- ##
=======================================
Coverage 74.25% 74.25%
=======================================
Files 42 42
Lines 3329 3329
=======================================
Hits 2472 2472
Misses 676 676
Partials 181 181
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…operator-framework#1544) Signed-off-by: Joe Lanford <[email protected]>
…operator-framework#1544) Signed-off-by: Joe Lanford <[email protected]>
…operator-framework#1544) Signed-off-by: Joe Lanford <[email protected]>
…operator-framework#1544) Signed-off-by: Joe Lanford <[email protected]>
…operator-framework#1544) Signed-off-by: Joe Lanford <[email protected]>
…operator-framework#1544) Signed-off-by: Joe Lanford <[email protected]>
…operator-framework#1544) Signed-off-by: Joe Lanford <[email protected]>
…operator-framework#1544) Signed-off-by: Joe Lanford <[email protected]>
Description
This PR renames the internal operator-controller service from "operator-controller-controller-manager-metrics-service" to "operator-controller-service".
It also moves the service kustomize manifest from the
rbac
base to themanager
base.Reviewer Checklist