You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/03/03 16:10:52 UTC

[GitHub] [airflow] schudoku opened a new issue #21970: helm chart - mounting-dags-from-a-private-github-repo-using-git-sync-sidecar

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://git@github.com/<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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #21970: helm chart - mounting-dags-from-a-private-github-repo-using-git-sync-sidecar

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #21970:
URL: https://github.com/apache/airflow/issues/21970#issuecomment-1060070399


   Could you please submit a fix for that?


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #21970: helm chart - mounting-dags-from-a-private-github-repo-using-git-sync-sidecar

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #21970:
URL: https://github.com/apache/airflow/issues/21970#issuecomment-1060070740


   It's as easy as clicking a "suggest a change on this page" and creating a PR. Airlfow is created by almost 2000 contributors and you can become one of them this way.


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] boring-cyborg[bot] commented on issue #21970: helm chart - mounting-dags-from-a-private-github-repo-using-git-sync-sidecar

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #21970:
URL: https://github.com/apache/airflow/issues/21970#issuecomment-1058210413


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org