From 665a710e185f2a36e39d9cafdedd6e21df091417 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Sat, 26 Nov 2022 16:26:19 +0100
Subject: [PATCH] Slightly simplify test resources

---
 theodolite/src/test/resources/cpu-memory-deployment.yaml   | 2 --
 theodolite/src/test/resources/no-resources-deployment.yaml | 2 --
 2 files changed, 4 deletions(-)

diff --git a/theodolite/src/test/resources/cpu-memory-deployment.yaml b/theodolite/src/test/resources/cpu-memory-deployment.yaml
index eaae989ab..c6231f350 100644
--- a/theodolite/src/test/resources/cpu-memory-deployment.yaml
+++ b/theodolite/src/test/resources/cpu-memory-deployment.yaml
@@ -26,8 +26,6 @@ spec:
               value: "http://my-confluent-cp-schema-registry:8081"
             - name: JAVA_OPTS
               value: "-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=5555"
-            - name: COMMIT_INTERVAL_MS # Set as default for the applications
-              value: "100"
           resources:
             limits:
               memory: 4Gi
diff --git a/theodolite/src/test/resources/no-resources-deployment.yaml b/theodolite/src/test/resources/no-resources-deployment.yaml
index 0687a3e04..1ace4851e 100644
--- a/theodolite/src/test/resources/no-resources-deployment.yaml
+++ b/theodolite/src/test/resources/no-resources-deployment.yaml
@@ -26,8 +26,6 @@ spec:
               value: "http://my-confluent-cp-schema-registry:8081"
             - name: JAVA_OPTS
               value: "-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=5555"
-            - name: COMMIT_INTERVAL_MS # Set as default for the applications
-              value: "100"
         - name: prometheus-jmx-exporter
           image: "solsson/kafka-prometheus-jmx-exporter@sha256:6f82e2b0464f50da8104acd7363fb9b995001ddff77d248379f8788e78946143"
           command:
-- 
GitLab