SulimanLab commented on issue #13680:
URL: https://github.com/apache/airflow/issues/13680#issuecomment-764942750


   > @SulimanLab I got it to work with by replacing
   > 
   > ```yaml
   >         - mountPath: {{ include "airflow_dags_mount_path" . }}
   > ```
   > 
   > with
   > 
   > ```yaml
   >         - mountPath: {{ include "airflow_dags" . }}
   > ```
   > 
   > in 
https://github.com/apache/airflow/blob/master/chart/files/pod-template-file.kubernetes-helm-yaml#L65
   > I'm not sure if it's the right way of fixing it though
   
   wow, I will test 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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to