slmg commented on issue #27476:
URL: https://github.com/apache/airflow/issues/27476#issuecomment-1495150130

   Came to report the same bug with the helm chart version `1.8.0`, quite a 
discussion going on here 😅 .
   
   For anyone wishing to get a very quick workaround, add the below override to 
create the missing volume:
   
   ```yaml
   scheduler:
     extraVolumes:
       - name: git-sync-ssh-key
         secret:
           secretName: airflow-ssh-secret
   ```
   
   I am using Github Enterprise. Personnaly I am willing to use both git-sync 
and a persistent volume for redundancy, as relying solely on git-sync would 
makes Github a single point of failure for all my DAGs.
   
   I think a slightly more involved way to go would be to create a git-sync K8s 
job in CI/CD. That way instead of constantly polling Github, git-sync becomes 
PR event-driven.


-- 
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]

Reply via email to