Skip to content

Commit

Permalink
fix(crd): kindConfig type (#477)
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hopfensperger <florian.hopfensperger@allianz.de>
  • Loading branch information
fhopfensperger authored Aug 29, 2023
1 parent f6d64c9 commit 3292991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crds/testsuite-json-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crds/testsuite_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3292991

Please sign in to comment.