From 37cdec82fa48ee8ae470c55d8ffcf49f81b907c4 Mon Sep 17 00:00:00 2001
From: lorenz <stu203404@mail.uni-kiel.de>
Date: Wed, 9 Feb 2022 14:30:00 +0100
Subject: [PATCH] Remove kafka-client from install-configmaps

---
 theodolite-benchmarks/definitions/install-configmaps.sh | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/theodolite-benchmarks/definitions/install-configmaps.sh b/theodolite-benchmarks/definitions/install-configmaps.sh
index c3a96e31f..06948d332 100755
--- a/theodolite-benchmarks/definitions/install-configmaps.sh
+++ b/theodolite-benchmarks/definitions/install-configmaps.sh
@@ -16,17 +16,12 @@ kubectl create configmap benchmark-resources-uc2-beam-flink --from-file uc2-beam
 kubectl create configmap benchmark-resources-uc3-beam-flink --from-file uc3-beam-flink/resources
 kubectl create configmap benchmark-resources-uc4-beam-flink --from-file uc4-beam-flink/resources
 
-
 #Beam samza
 kubectl create configmap benchmark-resources-uc1-beam-samza --from-file uc1-beam-samza/resources
 kubectl create configmap benchmark-resources-uc2-beam-samza --from-file uc2-beam-samza/resources
 kubectl create configmap benchmark-resources-uc3-beam-samza --from-file uc3-beam-samza/resources
 kubectl create configmap benchmark-resources-uc4-beam-samza --from-file uc4-beam-samza/resources
 
-#beam samza infrastructure
-kubectl create configmap benchmark-resources-uc1-beam-samza --from-file uc1-beam-samza/infrastructure
-
-
 # Load Generator
 kubectl create configmap benchmark-resources-uc1-load-generator --from-file uc1-load-generator/resources
 kubectl create configmap benchmark-resources-uc2-load-generator --from-file uc2-load-generator/resources
-- 
GitLab