Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong type for kindConfig #476

Closed
fhopfensperger opened this issue Jul 11, 2023 · 0 comments · Fixed by #477
Closed

Wrong type for kindConfig #476

fhopfensperger opened this issue Jul 11, 2023 · 0 comments · Fixed by #477

Comments

@fhopfensperger
Copy link
Contributor

Hi kuttl team,

What happened:
kindConfig is of type boolean

What you expected to happen:
According to code it should be string

How to reproduce it (as minimally and precisely as possible):
If you use a JetBrains Enterprise IDE in combination with Kubernetes Plugin, you can import the CRD.
image
afterwards add a .yaml file to a project

apiVersion: kuttl.dev/v1beta1
kind: TestSuite
metadata:
  name: e2e
kindConfig: ./e2e/kind-config.yaml

you will see the syntax error immediately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant