-
Notifications
You must be signed in to change notification settings - Fork 935
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
Add example for service monitor in Helm chart #6839
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6839 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 687 687
Lines 42441 42441
Branches 5793 5793
======================================
Misses 42441 42441 ☔ View full report in Codecov by Sentry. |
Signed-off-by: zhifanggao <[email protected]>
e8db8c4
to
869f45e
Compare
@zhifanggao please answer the last question in the PR template, this is mandated by the ASF and involves some legal issues. I will merge it after you complete that. |
Done |
Thanks, merging to master |
Why are the changes needed?
Adding an example to
servicemonitor
in values.yaml to improve the usability .How was this patch tested?
execute command
helm install kyuubi-test .
check the servicemonitor after deployment
Was this patch authored or co-authored using generative AI tooling?
No