-
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
Some resources always send a notification #234
Comments
The ImagePolicy resource also spams notifications. I feel like most folks would expect notifications to only be "Hey this thing changed" as right now those get lost in all of the "Hey here is the same message I posted 5 minutes ago". |
I have not found a normal solution to send messages only for new image releases via alert, ImagePolicy spam message on every scan |
Policy spam issue tracked here: fluxcd/image-reflector-controller#166 |
I'm not sure how should I track which resources spam and which are not?
|
@pkit please open an issue in kustomize-controller repo, if you could provide a repo with the contour and external-dns I will try to replicate the bug and fix it. Thanks! |
Is there a way that we can prevent notifications for "changes" to resources that are not being changed? I don't know the best way to actually determine if changes were made, maybe this is an upstream issue.
It might be that this is caused by the
kustomize.toolkit.fluxcd.io/checksum
label. Is there any way to ignore this since we get flooded with objects being changed when they are not.The text was updated successfully, but these errors were encountered: