Skip to content

Commit

Permalink
Fix builtin ingress playbooks
Browse files Browse the repository at this point in the history
Use the on_kubernetes_resource_operation trigger, that uses the default change filters (exclude status etc)
Remove custom change title - so the ui can identify the change type
  • Loading branch information
arikalon1 committed Jan 21, 2025
1 parent d062122 commit fa0da30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/robusta/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -518,11 +518,11 @@ platformPlaybooks:

- name: "IngressChangeTracking"
triggers:
- on_ingress_all_changes: {}
- on_kubernetes_resource_operation:
resources: ["ingress"]
actions:
- resource_babysitter: {}
- customise_finding:
title: Ingress Changes
aggregation_key: IngressChange
sinks:
- "robusta_ui_sink"
Expand Down

0 comments on commit fa0da30

Please sign in to comment.