anerathil commented on issue #5060: URL: https://github.com/apache/camel-k/issues/5060#issuecomment-1888672485
Ok i removed the ``` buildConfiguration: strategy: pod ``` section and added _strategy: pod_ to the builder trait. with ... - 2.2.0 and global:true it is working - 2.2.0 and global:false it is also working :) Seems like it was a conflict between the IP configuration and the default value of the builder trait overwriting it. **Initially I proceeded as follows:** - deployed the operator - recognized that i want builder pods in a local setup to save resources on the operator -- so i did set strategy to pod in the integration platform in helm - then i realized, that the builder pods need more resources so i added the builder trait -- but did not expected the builder traits strategy default value to override the integration platform strategy value Now everything is working as expected. Maybe it would be great to extend the builder trait to the following: - if the builder trait is added without a strategy use the IP strategy? -- 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