schudoku opened a new issue #21970: URL: https://github.com/apache/airflow/issues/21970
### Describe the issue with documentation doc link: https://airflow.apache.org/docs/helm-chart/stable/manage-dags-files.html#mounting-dags-from-a-private-github-repo-using-git-sync-sidecar doc location: """ [...] repo: ssh://[email protected]/<username>/<private-repo-name>.git [...] """ I literally spent one working day making the helm deployment work with the git sync feature. I prefixed my ssh git repo url with "ssh://" as written in the doc. This resulted in the git-sync container being stuck in a CrashLoopBackOff. ### How to solve the problem Only when I removed the prefix it worked correctly. ### Anything else chart version: 1.4.0 git-sync image tag: v3.1.6 (default v3.3.0) Maybe the reason for the issue is the change of the image tag. However I want to share my experience. Maybe the doc is misleading. For me it was. ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
