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
kind:
Any CRD with metadata.ownerReferences populated will break the script. E.g.
metadata.ownerReferences
metadata: ownerReferences: - apiVersion: core.cnrm.cloud.google.com/v1beta1 kind: ConfigConnector name: configconnector.core.cnrm.cloud.google.com
causes the script to incorrectly match kind: ConfigConnector as the kind for the CRD
kind: ConfigConnector
The text was updated successfully, but these errors were encountered:
Use yq instead of grep to extract kind and group from CRDs
2ae7561
This fixes datreeio#287
Successfully merging a pull request may close this issue.
Any CRD with
metadata.ownerReferences
populated will break the script. E.g.causes the script to incorrectly match
kind: ConfigConnector
as the kind for the CRDThe text was updated successfully, but these errors were encountered: