From 199415d4259b397a223191cebf706a5d922cae33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Mon, 17 Jan 2022 11:44:56 +0100 Subject: [PATCH] Disable dropped records SLO in minimal setup --- helm/preconfigs/minimal.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm/preconfigs/minimal.yaml b/helm/preconfigs/minimal.yaml index b0828c2f4..80a83f06c 100644 --- a/helm/preconfigs/minimal.yaml +++ b/helm/preconfigs/minimal.yaml @@ -8,5 +8,8 @@ cp-helm-charts: offsets.topic.replication.factor: "1" operator: + sloChecker: + droppedRecordsKStreams: + enabled: false resultsVolume: enabled: false -- GitLab