You can change notification format to - long or short through settings based on your requirement. Check configuration for more details.
The default notification type is short
Add following configuration resource_config to monitor Velero backups resource.
- name: velero.io/v1/backups
namespaces:
include:
- all
ignore:
-
events:
- create
- update
- delete
- error
updateSetting:
includeDiff: true
fields:
- status.phase
With this configuration, BotKube will monitor create/delete/error events and updates in status.phase fields in velero.io/v1/backups resource.