diff --git a/docs/creating-a-benchmark.md b/docs/creating-a-benchmark.md
index c0130d89785b9d1549dc1f376f67166ee99c0c22..8e5282610e654f829c93b9aa37024223792fd824 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