Skip to content
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

Make update events configurable to watch only specific fields #203

Closed
PrasadG193 opened this issue Oct 18, 2019 · 0 comments · Fixed by #228
Closed

Make update events configurable to watch only specific fields #203

PrasadG193 opened this issue Oct 18, 2019 · 0 comments · Fixed by #228
Labels
enhancement New feature or request

Comments

@PrasadG193
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Currently, BotKube watches and sends notifications only about updates in spec of a resource when configured to watch update events
It should be configurable which resource fields we want watch and get notifications for when updated

Describe the solution you'd like
We can change update fields in configuration to -

update:
  fields:
    - spec
    - metadata
    - status
  includeDiff: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant