From 8c28995c305f746992a47c5f7731d6dfae0a2ad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Tue, 20 Jul 2021 18:16:55 +0200 Subject: [PATCH] Minor fix to docs --- docs/creating-a-benchmark.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/creating-a-benchmark.md b/docs/creating-a-benchmark.md index 3d36e796a..ee55fb4ea 100644 --- a/docs/creating-a-benchmark.md +++ b/docs/creating-a-benchmark.md @@ -20,8 +20,7 @@ Please note that to simply run a benchmark, it is not required to define one. Th ### Make benchmark Kubernetes resources accessible * A benchmark is defined by a set of Kubernetes resources, which are automatically deployed and scaled by Theodolite. -* To make these resources accessible by the Theodolite operator, we need to add them to a volume, already mounted by Theodolite. The easiest way to do this is by adding the resources to the configmap `xyz`, which is mounted by Theodilte with its default installation: -* `sh` +* To make these resources accessible by the Theodolite operator, we need to add them to a volume, already mounted by Theodolite. The easiest way to do this is by adding the resources to the ConfigMap `benchmark-resources-custom`, which is mounted by Theodolite with its default installation. -- GitLab