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 2021/09/23 09:14:57 UTC

[GitHub] [airflow] magnusfurugard commented on issue #11708: Git sync for plugins in the Helm Chart

magnusfurugard commented on issue #11708:
URL: https://github.com/apache/airflow/issues/11708#issuecomment-925636717


   It is possible to mount the plugins via git sync today, if you keep your plugins with your DAGs, e.g.; 
   ```
   # Your dag repo
   dags/...
   plugins/...
   ```
   
   You can then just set an `extraEnv` with the direct path. 
   ```
   extraEnv:
       - name: "AIRFLOW__CORE__PLUGINS_FOLDER"
         value: "/opt/airflow/dags/repo/plugins"
   ```


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