diff --git a/docs/crd-docu.md b/docs/crd-docu.md
index 4002f9b0ec50bcc64822799a0256b30dd37ac9e4..bb41474ce7891585bcd8203e839dec57fb50e873 100644
--- a/docs/crd-docu.md
+++ b/docs/crd-docu.md
@@ -51,6 +51,13 @@ Resource Types:
       <td>object</td>
       <td>Refer to the Kubernetes API documentation for the fields of the `metadata` field.</td>
       <td>true</td>
+      </tr><tr>
+        <td><b><a href="#benchmarkstatus">status</a></b></td>
+        <td>object</td>
+        <td>
+          <br/>
+        </td>
+        <td>false</td>
       </tr><tr>
         <td><b><a href="#benchmarkspec">spec</a></b></td>
         <td>object</td>
@@ -62,6 +69,33 @@ Resource Types:
 </table>
 
 
+### benchmark.status
+<sup><sup>[↩ Parent](#benchmark)</sup></sup>
+
+
+
+
+
+<table>
+    <thead>
+        <tr>
+            <th>Name</th>
+            <th>Type</th>
+            <th>Description</th>
+            <th>Required</th>
+        </tr>
+    </thead>
+    <tbody><tr>
+        <td><b>resourceSets</b></td>
+        <td>string</td>
+        <td>
+          The status of a Benchmark indicates whether all resources are available to start the benchmark or not.<br/>
+        </td>
+        <td>false</td>
+      </tr></tbody>
+</table>
+
+
 ### benchmark.spec
 <sup><sup>[↩ Parent](#benchmark)</sup></sup>
 
diff --git a/theodolite/crd/crd-benchmark.yaml b/theodolite/crd/crd-benchmark.yaml
index 1fa085a1af9a8d7a199a4dc00e258ba8a6921edc..d3c2716659e0707d619901481f79aefec2779b2e 100644
--- a/theodolite/crd/crd-benchmark.yaml
+++ b/theodolite/crd/crd-benchmark.yaml
@@ -193,7 +193,7 @@ spec:
             type: object
             properties:
               resourceSets:
-                description: The status of a Benchmark indicates whether all resources are available to start the benchmark or not.  
+                description: The status of a Benchmark indicates whether all resources are available to start the benchmark or not.
                 type: string
     additionalPrinterColumns:
     - name: Age
@@ -201,7 +201,7 @@ spec:
       jsonPath: .metadata.creationTimestamp
     - name: ResourceSets
       type: string
-      description: todo
+      description: The status of a Benchmark indicates whether all resources are available to start the benchmark or not.
       jsonPath: .status.resourceSets
     subresources:
       status: {}