diff --git a/theodolite/examples/operator/example-benchmark.yaml b/theodolite/examples/operator/example-benchmark.yaml
index fb2c5749dc469e30baabdbad910c302bef0b26bc..e3d69f6c8c54ebb7edaf409463761bd84eab2b9d 100644
--- a/theodolite/examples/operator/example-benchmark.yaml
+++ b/theodolite/examples/operator/example-benchmark.yaml
@@ -3,6 +3,17 @@ kind: benchmark
 metadata:
   name: uc1-kstreams
 spec:
+  appResourceSets:
+    - configMap:
+       name: "example-configmap"
+       files:
+         - "uc1-kstreams-deployment.yaml"
+  loadGenResourceSets:
+    - configMap:
+       name: "example-configmap"
+       files:
+          - uc1-load-generator-service.yaml
+          - uc1-load-generator-deployment.yaml
   resourceTypes:
     - typeName: "Instances"
       patchers:
@@ -28,26 +39,3 @@ spec:
         replicationFactor: 1
       - name: "theodolite-.*"
         removeOnly: True
-  appResourceSets:
-    # - fileSystem:
-    #      path: ./../../../../../../config
-    #      files:
-    #        - "uc1-kstreams-deployment.yaml"
-    #        - "aggregation-service.yaml"
-    #        - "jmx-configmap.yaml"
-    #        - "uc1-service-monitor.yaml"
-    - configMap:
-       name: "example-configmap"
-       files:
-         - "uc1-kstreams-deployment.yaml"
-  loadGenResourceSets:
-    # - fileSystem:
-    #     path: ./../../../../../../config
-    #     files:
-    #       - uc1-load-generator-service.yaml
-    #       - uc1-load-generator-deployment.yaml
-    - configMap:
-       name: "example-configmap"
-       files:
-          - uc1-load-generator-service.yaml
-          - uc1-load-generator-deployment.yaml
\ No newline at end of file
diff --git a/theodolite/examples/standalone/example-benchmark.yaml b/theodolite/examples/standalone/example-benchmark.yaml
index be3c7d86fca788ccbdbf7285f4100341836d4ae6..9c00dd0fde10e7fb2a9424a243bdbf4d0ba86980 100644
--- a/theodolite/examples/standalone/example-benchmark.yaml
+++ b/theodolite/examples/standalone/example-benchmark.yaml
@@ -1,4 +1,15 @@
 name: "uc1-kstreams"
+appResourceSets:
+  - configMap:
+      name: "example-configmap"
+      files:
+        - "uc1-kstreams-deployment.yaml"
+loadGenResourceSets:
+  - configMap:
+      name: "example-configmap"
+      files:
+        - uc1-load-generator-service.yaml
+        - uc1-load-generator-deployment.yaml
 resourceTypes:
   - typeName: "Instances"
     patchers:
@@ -24,26 +35,3 @@ kafkaConfig:
       replicationFactor: 1
     - name: "theodolite-.*"
       removeOnly: True
-appResourceSets:
-  # - fileSystem:
-  #      path: ./../../../../../../config
-  #      files:
-  #        - "uc1-kstreams-deployment.yaml"
-  #        - "aggregation-service.yaml"
-  #        - "jmx-configmap.yaml"
-  #        - "uc1-service-monitor.yaml"
-  - configMap:
-      name: "example-configmap"
-      files:
-        - "uc1-kstreams-deployment.yaml"
-loadGenResourceSets:
-  # - fileSystem:
-  #     path: ./../../../../../../config
-  #     files:
-  #       - uc1-load-generator-service.yaml
-  #       - uc1-load-generator-deployment.yaml
-  - configMap:
-      name: "example-configmap"
-      files:
-        - uc1-load-generator-service.yaml
-        - uc1-load-generator-deployment.yaml
\ No newline at end of file