diff --git a/theodolite/examples/operator/example-benchmark.yaml b/theodolite/examples/operator/example-benchmark.yaml
index 0950b2bdc14c3f43c18c853f1c0e56154fde6452..9f2bf345f118a0bc6798c2715b7934d93ed9d141 100644
--- a/theodolite/examples/operator/example-benchmark.yaml
+++ b/theodolite/examples/operator/example-benchmark.yaml
@@ -4,25 +4,25 @@ metadata:
   name: uc1-kstreams
 spec:
   appResource:
-    - "uc1-kstreams-deployment.yaml"
+    - "custom/uc1-kstreams-deployment.yaml"
   loadGenResource:
-    - "uc1-load-generator-deployment.yaml"
-    - "uc1-load-generator-service.yaml"
+    - "custom/uc1-load-generator-deployment.yaml"
+    - "custom/uc1-load-generator-service.yaml"
   resourceTypes:
     - typeName: "Instances"
       patchers:
         - type: "ReplicaPatcher"
-          resource: "uc1-kstreams-deployment.yaml"
+          resource: "custom/uc1-kstreams-deployment.yaml"
   loadTypes:
     - typeName: "NumSensors"
       patchers:
         - type: "EnvVarPatcher"
-          resource: "uc1-load-generator-deployment.yaml"
+          resource: "custom/uc1-load-generator-deployment.yaml"
           properties:
             variableName: "NUM_SENSORS"
             container: "workload-generator"
         - type: "NumSensorsLoadGeneratorReplicaPatcher"
-          resource: "uc1-load-generator-deployment.yaml"
+          resource: "custom/uc1-load-generator-deployment.yaml"
           properties:
             loadGenMaxRecords: "15000"
   kafkaConfig: