From fa0da307543695d4068bca46ef24fdd383b0e7bf Mon Sep 17 00:00:00 2001 From: Arik Alon Date: Tue, 21 Jan 2025 18:44:08 +0200 Subject: [PATCH] Fix builtin ingress playbooks 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 --- helm/robusta/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/robusta/values.yaml b/helm/robusta/values.yaml index 0772ef65b..1b64464b1 100644 --- a/helm/robusta/values.yaml +++ b/helm/robusta/values.yaml @@ -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"