aneesh-joseph commented on a change in pull request #9371: URL: https://github.com/apache/airflow/pull/9371#discussion_r442960495
########## File path: airflow/kubernetes/worker_configuration.py ########## @@ -127,6 +127,10 @@ def _get_init_containers(self) -> List[k8s.V1Container]: name='GIT_SSH_KEY_FILE', value='/etc/git-secret/ssh' ), + k8s.V1EnvVar( + name='GIT_SYNC_ADD_USER', + value='true' + ), Review comment: replicating the chart config onto the kubernetes worker as well, without this, git sync with ssh may not work when a uid is set ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org