squakez commented on PR #5650: URL: https://github.com/apache/camel-k/pull/5650#issuecomment-2173567978
> ``` > make > make generate > ``` > > and commit/push ? Yes, you should see several autogenerated resources. They must be added to the PR, you can `git commit --amend` and force push this. Also, you can see there is some minor lint error due to codestyle formatting. The check is failing with: ``` pkg/trait/ingress.go:22 goimports File is not `goimports`-ed ``` You can perform a `gofmt -w pkg/trait/ingress.go` and later a `make lint` to verify that is solved afterward. And again, commit the change (likely some space format). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org