From d6ffccd2e69aed01655161c469fd8b5c717ad8e9 Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Thu, 15 Aug 2024 14:26:35 +0300 Subject: [PATCH] removed eventReporter.enabled from values.yaml --- charts/argo-cd/values.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index f3f5f717..a86318d0 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -3630,12 +3630,6 @@ notifications: # - on-sync-status-unknown eventReporter: - # Enabled we need to skip argo-cd chart tests for this component - enabled: true - # Version we need to dynamically switch between old and new version - # one will be just hanging and the second one working - # possible values: v1, v2 - version: v2 name: event-reporter ## Amount of replicas for event reporting sharding replicas: 3