From 3f55dd54795be3f80af1ac0bc5ad5f468734a6ce Mon Sep 17 00:00:00 2001
From: lorenz <stu203404@mail.uni-kiel.de>
Date: Thu, 4 Feb 2021 05:53:57 +0100
Subject: [PATCH] Fix configMapPath

---
 .../src/main/kotlin/theodolite/execution/TheodoliteExecutor.kt  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theodolite-quarkus/src/main/kotlin/theodolite/execution/TheodoliteExecutor.kt b/theodolite-quarkus/src/main/kotlin/theodolite/execution/TheodoliteExecutor.kt
index 92eb0e7be..fb7facb29 100644
--- a/theodolite-quarkus/src/main/kotlin/theodolite/execution/TheodoliteExecutor.kt
+++ b/theodolite-quarkus/src/main/kotlin/theodolite/execution/TheodoliteExecutor.kt
@@ -25,7 +25,7 @@ class TheodoliteExecutor() {
                 ucDeploymentPath = path + "/aggregation-deployment.yaml",
                 ucServicePath = path + "/aggregation-service.yaml",
                 wgDeploymentPath = path + "/workloadGenerator.yaml",
-                configMapPath = path + "jmx-configmap",
+                configMapPath = path + "/jmx-configmap.yaml",
                 ucImageURL = "ghcr.io/cau-se/theodolite-uc1-kstreams-app:latest",
                 wgImageURL = "ghcr.io/cau-se/theodolite-uc1-workload-generator:theodolite-kotlin-latest"
             )
-- 
GitLab