From ba4c9a4bfc73326b2456967c2e7a17b4d142d79b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Sun, 29 Aug 2021 15:04:26 +0200
Subject: [PATCH] remove optional fields in topic declaration

---
 theodolite/examples/operator/example-benchmark.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/theodolite/examples/operator/example-benchmark.yaml b/theodolite/examples/operator/example-benchmark.yaml
index c59ea4217..f5e388fca 100644
--- a/theodolite/examples/operator/example-benchmark.yaml
+++ b/theodolite/examples/operator/example-benchmark.yaml
@@ -28,8 +28,6 @@ spec:
         replicationFactor: 1
       - name: "theodolite-.*"
         removeOnly: True
-        numPartitions: 0
-        replicationFactor: 0
   appResourceSets:
     - FileSystemResourceSet:
          path: ./../../../../config
-- 
GitLab