From 3292991c5a286967fe7b7e12a1c1a7ed0334d982 Mon Sep 17 00:00:00 2001 From: Florian Hopfensperger Date: Wed, 30 Aug 2023 00:03:33 +0200 Subject: [PATCH] fix(crd): kindConfig type (#477) Signed-off-by: Florian Hopfensperger --- crds/testsuite-json-schema.yaml | 2 +- crds/testsuite_crd.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crds/testsuite-json-schema.yaml b/crds/testsuite-json-schema.yaml index 5001f7e3..d78c21b6 100644 --- a/crds/testsuite-json-schema.yaml +++ b/crds/testsuite-json-schema.yaml @@ -30,7 +30,7 @@ properties: default: false kindConfig: description: Path to the KIND configuration file to use. - type: boolean + type: string kindContext: description: KIND context to use. type: string diff --git a/crds/testsuite_crd.yaml b/crds/testsuite_crd.yaml index 98ed2f79..ee77a069 100644 --- a/crds/testsuite_crd.yaml +++ b/crds/testsuite_crd.yaml @@ -46,7 +46,7 @@ spec: default: false kindConfig: description: Path to the KIND configuration file to use. - type: boolean + type: string kindContext: description: KIND context to use. type: string