diff --git a/helm/templates/theodolite/crd-benchmark.yaml b/helm/templates/theodolite/crd-benchmark.yaml
index b096f9d277fb9771640c980e31666484e92641bb..3d7b46b4608ca9bdbeb1c75f5fc766c978f40301 100644
--- a/helm/templates/theodolite/crd-benchmark.yaml
+++ b/helm/templates/theodolite/crd-benchmark.yaml
@@ -39,7 +39,6 @@ spec:
                       type: string
                     patchers:
                       description: List of patchers used to scale this resource type.
-                      examples: test test test
                       type: array
                       minItems: 1
                       items:
@@ -130,16 +129,16 @@ spec:
                 items:
                   type: object
                   properties:
-                    ConfigMapResourceSet:
+                    configMap:
                       type: object
                       properties:
-                        configmap:
+                        name:
                           type: string
                         files:
                           type: array
                           items:
                             type: string
-                    FileSystemResourceSet:
+                    fileSystem:
                       type: object
                       properties:
                         path:
@@ -153,16 +152,16 @@ spec:
                 items:
                   type: object
                   properties:
-                    ConfigMapResourceSet:
+                    configMap:
                       type: object
                       properties:
-                        configmap:
+                        name:
                           type: string
                         files:
                           type: array
                           items:
                             type: string
-                    FileSystemResourceSet:
+                    fileSystem:
                       type: object
                       properties:
                         path:
diff --git a/theodolite/crd/crd-benchmark.yaml b/theodolite/crd/crd-benchmark.yaml
index 57a144021d7948d788c3431af46fcdf24dac9e42..dba973f1dcb3b46dd0b8c62b5ddbc8c7a07355a6 100644
--- a/theodolite/crd/crd-benchmark.yaml
+++ b/theodolite/crd/crd-benchmark.yaml
@@ -38,7 +38,6 @@ spec:
                       type: string
                     patchers:
                       description: List of patchers used to scale this resource type.
-                      examples: test test test
                       type: array
                       minItems: 1
                       items: