arheom commented on issue #1446: URL: https://github.com/apache/camel-karavan/issues/1446#issuecomment-2441353578
I see 2 options to do it: 1. To extend the current code to also take the securityContext specs specifically (like currently done with the env specs). 2. Or to initialize the pod specs with the full builder / deployment specs and overwrite only what is minimum needed when creating the pods. So, here we dont take specifically the securityContext, but if it is defined, it will be taken automatically. I tend more to this solution, as it allows future extensibility on the specs, outside of the securityContext. What do you think? Or do you see a third option? -- 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