From afc0d4000053f9e94d51fc3a9e43b266e9885986 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Sun, 27 Nov 2022 12:28:08 +0100
Subject: [PATCH] Fix issue with no longer required ConfigMap

---
 .../uc1-beam-flink/uc1-beam-flink-benchmark-operator.yaml      | 3 +--
 .../uc2-beam-flink/uc2-beam-flink-benchmark-operator.yaml      | 3 +--
 .../uc3-beam-flink/uc3-beam-flink-benchmark-operator.yaml      | 3 +--
 .../uc4-beam-flink/uc4-beam-flink-benchmark-operator.yaml      | 3 +--
 4 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/theodolite-benchmarks/definitions/uc1-beam-flink/uc1-beam-flink-benchmark-operator.yaml b/theodolite-benchmarks/definitions/uc1-beam-flink/uc1-beam-flink-benchmark-operator.yaml
index d9946c9c3..328a51745 100644
--- a/theodolite-benchmarks/definitions/uc1-beam-flink/uc1-beam-flink-benchmark-operator.yaml
+++ b/theodolite-benchmarks/definitions/uc1-beam-flink/uc1-beam-flink-benchmark-operator.yaml
@@ -12,13 +12,12 @@ spec:
       - configMap:
           name: "benchmark-resources-uc1-beam-flink"
           files:
-          - "flink-configuration-configmap.yaml"
           - "taskmanager-deployment.yaml"
           - "taskmanager-service.yaml"
           - "service-monitor.yaml"
           - "jobmanager-service.yaml"
           - "jobmanager-deployment.yaml"
-          #- "jobmanager-rest-service.yaml"
+          # - "jobmanager-rest-service.yaml"
   loadGenerator:
     resources:
       - configMap:
diff --git a/theodolite-benchmarks/definitions/uc2-beam-flink/uc2-beam-flink-benchmark-operator.yaml b/theodolite-benchmarks/definitions/uc2-beam-flink/uc2-beam-flink-benchmark-operator.yaml
index dbb1a308a..39ddaa38d 100644
--- a/theodolite-benchmarks/definitions/uc2-beam-flink/uc2-beam-flink-benchmark-operator.yaml
+++ b/theodolite-benchmarks/definitions/uc2-beam-flink/uc2-beam-flink-benchmark-operator.yaml
@@ -12,13 +12,12 @@ spec:
       - configMap:
           name: "benchmark-resources-uc2-beam-flink"
           files:
-          - "flink-configuration-configmap.yaml"
           - "taskmanager-deployment.yaml"
           - "taskmanager-service.yaml"
           - "service-monitor.yaml"
           - "jobmanager-service.yaml"
           - "jobmanager-deployment.yaml"
-          #- "jobmanager-rest-service.yaml"
+          # - "jobmanager-rest-service.yaml"
   loadGenerator:
     resources:
       - configMap:
diff --git a/theodolite-benchmarks/definitions/uc3-beam-flink/uc3-beam-flink-benchmark-operator.yaml b/theodolite-benchmarks/definitions/uc3-beam-flink/uc3-beam-flink-benchmark-operator.yaml
index 9cfa99241..263cfe3a6 100644
--- a/theodolite-benchmarks/definitions/uc3-beam-flink/uc3-beam-flink-benchmark-operator.yaml
+++ b/theodolite-benchmarks/definitions/uc3-beam-flink/uc3-beam-flink-benchmark-operator.yaml
@@ -12,13 +12,12 @@ spec:
       - configMap:
           name: "benchmark-resources-uc3-beam-flink"
           files:
-          - "flink-configuration-configmap.yaml"
           - "taskmanager-deployment.yaml"
           - "taskmanager-service.yaml"
           - "service-monitor.yaml"
           - "jobmanager-service.yaml"
           - "jobmanager-deployment.yaml"
-          #- "jobmanager-rest-service.yaml"
+          # - "jobmanager-rest-service.yaml"
   loadGenerator:
     resources:
       - configMap:
diff --git a/theodolite-benchmarks/definitions/uc4-beam-flink/uc4-beam-flink-benchmark-operator.yaml b/theodolite-benchmarks/definitions/uc4-beam-flink/uc4-beam-flink-benchmark-operator.yaml
index ddb7b574d..6a9e33b40 100644
--- a/theodolite-benchmarks/definitions/uc4-beam-flink/uc4-beam-flink-benchmark-operator.yaml
+++ b/theodolite-benchmarks/definitions/uc4-beam-flink/uc4-beam-flink-benchmark-operator.yaml
@@ -12,13 +12,12 @@ spec:
       - configMap:
           name: "benchmark-resources-uc4-beam-flink"
           files:
-          - "flink-configuration-configmap.yaml"
           - "taskmanager-deployment.yaml"
           - "taskmanager-service.yaml"
           - "service-monitor.yaml"
           - "jobmanager-service.yaml"
           - "jobmanager-deployment.yaml"
-          #- "jobmanager-rest-service.yaml"
+          # - "jobmanager-rest-service.yaml"
   loadGenerator:
     resources:
       - configMap:
-- 
GitLab