diff --git a/theodolite/crd/crd-execution.yaml b/theodolite/crd/crd-execution.yaml
index 874a78480551dcd8167b3708ec4f9a9673e9545b..0240fc6ee05f5a573b1f738d931d78c3bb9b5859 100644
--- a/theodolite/crd/crd-execution.yaml
+++ b/theodolite/crd/crd-execution.yaml
@@ -84,10 +84,6 @@ spec:
                 properties:
                   metric:
                     type: string
-                    # default: "demand"
-                    # oneOf:
-                    #  - "demand"
-                    #  - "capacity"
                   strategy:
                     description: Defines the used strategy for the execution, either 'LinearSearch', 'BinarySearch' or 'InitialGuessSearch'.
                     type: object
@@ -95,8 +91,6 @@ spec:
                     properties:
                       name:
                         type: string
-                      # properties:
-                      #  type: object
                       restrictions:
                         description: List of restriction strategies used to delimit the search space.
                         type: array