From dfcb7c0aa5d081eac537a0db09e6729d84cf5799 Mon Sep 17 00:00:00 2001
From: Marcel Becker <stu117960@mail.uni-kiel.de>
Date: Sun, 27 Feb 2022 12:26:26 +0100
Subject: [PATCH] Removed commented out block

---
 theodolite/crd/crd-execution.yaml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/theodolite/crd/crd-execution.yaml b/theodolite/crd/crd-execution.yaml
index 874a78480..0240fc6ee 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
-- 
GitLab