-
Notifications
You must be signed in to change notification settings - Fork 365
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: Add service annotations to helm chart #4359
feat: Add service annotations to helm chart #4359
Conversation
Signed-off-by: jukie <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4359 +/- ##
==========================================
- Coverage 65.98% 65.98% -0.01%
==========================================
Files 197 197
Lines 23972 23972
==========================================
- Hits 15818 15817 -1
- Misses 7027 7028 +1
Partials 1127 1127 ☔ View full report in Codecov by Sentry. |
Signed-off-by: jukie <[email protected]>
fcfbced
to
9fa325f
Compare
Signed-off-by: jukie <[email protected]>
/retest |
1 similar comment
/retest |
Signed-off-by: jukie <[email protected]>
/retest |
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
What type of PR is this?
What this PR does / why we need it:
Adds support for configuring annotations on the service. This is useful for things like enabling metrics scraping or other systems that monitor workload annotations.
Which issue(s) this PR fixes:
Fixes #4358