Skip to content
Snippets Groups Projects
Commit 3f55dd54 authored by Lorenz Boguhn's avatar Lorenz Boguhn
Browse files

Fix configMapPath

parent f8cbe68a
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus,!78Resolve "Implement Quarkus/Kotlin protype"
...@@ -25,7 +25,7 @@ class TheodoliteExecutor() { ...@@ -25,7 +25,7 @@ class TheodoliteExecutor() {
ucDeploymentPath = path + "/aggregation-deployment.yaml", ucDeploymentPath = path + "/aggregation-deployment.yaml",
ucServicePath = path + "/aggregation-service.yaml", ucServicePath = path + "/aggregation-service.yaml",
wgDeploymentPath = path + "/workloadGenerator.yaml", wgDeploymentPath = path + "/workloadGenerator.yaml",
configMapPath = path + "jmx-configmap", configMapPath = path + "/jmx-configmap.yaml",
ucImageURL = "ghcr.io/cau-se/theodolite-uc1-kstreams-app:latest", ucImageURL = "ghcr.io/cau-se/theodolite-uc1-kstreams-app:latest",
wgImageURL = "ghcr.io/cau-se/theodolite-uc1-workload-generator:theodolite-kotlin-latest" wgImageURL = "ghcr.io/cau-se/theodolite-uc1-workload-generator:theodolite-kotlin-latest"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment