From c643ef2b007c6f2fb2ada56671a9d0562ca66cde Mon Sep 17 00:00:00 2001 From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de> Date: Tue, 13 Jul 2021 10:47:04 +0200 Subject: [PATCH] mark required fields as required... mark required fields as required --- theodolite/crd/crd-benchmark.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theodolite/crd/crd-benchmark.yaml b/theodolite/crd/crd-benchmark.yaml index b76821f6e..0457e041d 100644 --- a/theodolite/crd/crd-benchmark.yaml +++ b/theodolite/crd/crd-benchmark.yaml @@ -20,7 +20,7 @@ spec: properties: spec: type: object - required: [] + required: ["appResource", "loadGenResource", "resourceTypes", "loadTypes", "kafkaConfig"] properties: name: type: string -- GitLab