-
Notifications
You must be signed in to change notification settings - Fork 179
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 support for service monitors' custom labels in Scylla Helm chart #2037
Add support for service monitors' custom labels in Scylla Helm chart #2037
Conversation
Hi @TessaIO. Thanks for your PR. I'm waiting for a scylladb member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
55615c4
to
fd11bd9
Compare
The Scylla Operator project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
/lifecycle stale |
/remove-lifecycle stale |
@tnozicka can you please take a look at it? |
The Scylla Operator project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
/lifecycle stale |
/remove-lifecycle stale |
The Scylla Operator project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
/lifecycle stale |
/remove-lifecycle stale |
ping @tnozicka |
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.
thanks, please extract autogenerated changes (schema) to separate commit and rename your commits/PR title to use imperative mood.
fd11bd9
to
81eb656
Compare
297a10c
to
8197b68
Compare
The contribution guide is a bit outdated, @zimnx is working on updating it in #2130. As per #2037 (comment), it also shouldn't contain the mentioned keywords. The commit containing the autogenerated changes should only say |
a5faf5a
to
157ed50
Compare
@zimnx @rzetelskik thx, please check! |
7376130
to
f16c078
Compare
@TessaIO thanks, but I only meant that it should answer /ok-to-test |
Signed-off-by: ahmed.g <[email protected]> Signed-off-by: TessaIO <[email protected]>
f16c078
to
406d764
Compare
@rzetelskik done! |
Looks like you haven't fully updated what's autogenerated. Run |
Signed-off-by: TessaIO <[email protected]> Signed-off-by: AhmedGrati <[email protected]>
406d764
to
ebb339f
Compare
@zimnx can you please take a look? |
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
Thanks for contribution!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: TessaIO, zimnx The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description of your changes:
This PR aims to support custom labels for service monitors created by the Helm chart. This is needed because we only consider Prometheus service monitors with a specific label and currently service monitors created by the Scylla Helm chart don't have any label.
Which issue is resolved by this Pull Request:
Resolves #1194