-
Notifications
You must be signed in to change notification settings - Fork 137
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 Matrix alerting provider #233
Conversation
8a69f25
to
d54ab1e
Compare
Not sure if this would make things more complicated, but the matrix provider could use |
I missed that. I will update it so that it uses shoutrr instead |
@dholbach I am currently having an issue using the current version of |
I'm for taking this as it is and refactor later if |
d54ab1e
to
02e2d0f
Compare
api/v1beta1/provider_types.go
Outdated
@@ -27,8 +27,8 @@ const ( | |||
|
|||
// ProviderSpec defines the desired state of Provider | |||
type ProviderSpec struct { | |||
// Type of provider | |||
// +kubebuilder:validation:Enum=slack;discord;msteams;rocket;generic;github;gitlab;bitbucket;azuredevops;googlechat;webex;sentry;azureeventhub;telegram;lark | |||
// Type of provide |
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.
Should be Type of provider
please undo this down below too.
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
02e2d0f
to
61103fc
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
Thanks @somtochiama 🌹
Closes #229
Success Message:
Error Message:
Signed-off-by: Somtochi Onyekwere somtochionyekwere@gmail.com