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