rasulkarimov commented on PR #39031: URL: https://github.com/apache/airflow/pull/39031#issuecomment-2057982594
@jedcunningham "restricting it artificially" - I agree with your point, I just wanted to follow the established pattern in the "git_sync_container" template. However, using gitSync.env is not ideal because proxy settings may contain secret credentials, which would require defining them directly in yaml. Therefore, I have updated the PR to allow envFrom in git_sync_container. This will enable us to provide proxy settings with credentials to the git-sync container from a Kubernetes secret(without restricting it artificially). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
