We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now the directory depth that the CRD template generator explores to extract CRDs is hardcoded at 2.
This needs to be modified and made configurable similar to what we have for the tf command.
The text was updated successfully, but these errors were encountered:
fix the crd templating command
b4a8b48
- make depth configurable - restructure the fake files for tests - use yaml v3 - do a `go mod tidy` prior to building fixes #10
Successfully merging a pull request may close this issue.
Right now the directory depth that the CRD template generator explores to extract CRDs is hardcoded at 2.
This needs to be modified and made configurable similar to what we have for the tf command.
The text was updated successfully, but these errors were encountered: