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
When selectors fail to resolve values correctly (see crossplane-contrib/provider-upjet-aws#118), it is hard to diagnose the probable issue.
It would be beneficial to add some additional logging in extractor.go to log errors, which are currently swallowed silently:
upjet/pkg/resource/extractor.go
Lines 47 to 50 in 1644827
Lines 53 to 56 in 1644827
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What problem are you facing?
When selectors fail to resolve values correctly (see crossplane-contrib/provider-upjet-aws#118), it is hard to diagnose the probable issue.
How could Upjet help solve your problem?
It would be beneficial to add some additional logging in extractor.go to log errors, which are currently swallowed silently:
upjet/pkg/resource/extractor.go
Lines 47 to 50 in 1644827
upjet/pkg/resource/extractor.go
Lines 53 to 56 in 1644827
The text was updated successfully, but these errors were encountered: