From 28d5ff109919f4e2d8d811d5aeeda6eee095ac62 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Thu, 1 Jul 2021 20:06:31 +0200
Subject: [PATCH] Add some notes on creating abenchmark

---
 docs/creating-a-benchmark.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/creating-a-benchmark.md b/docs/creating-a-benchmark.md
index c0130d897..8e5282610 100644
--- a/docs/creating-a-benchmark.md
+++ b/docs/creating-a-benchmark.md
@@ -4,6 +4,13 @@
 
 ## Creating a benchmark for operator mode
 
+### 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`
+
+
 
 ## Creating a benchmark for standalone mode
 
-- 
GitLab