varunvora commented on issue #13680: URL: https://github.com/apache/airflow/issues/13680#issuecomment-767312214
> > > > changing this line to 444 fixed the issue > > > > https://github.com/apache/airflow/blob/9592be88e57cc7f59b9eac978292abd4d7692c0b/chart/templates/_helpers.yaml#L114 > > > > > > > > > Really? I am using user and pass and webserver works but pods aren't. > > > Anybody with a idea? I tried @varunvora solution but sscheduler doesn't work. > > > > > > I have the same problem. I've been testing all the comments here as well with no results. > > At last, it works. > Resumen: > Edit pod-template > In line 64, I modified the lines to change mountPath: > `{{- if or .Values.dags.gitSync.enabled .Values.dags.persistence.enabled }} - mountPath: {{ include "airflow_dags" . }} name: dags readOnly: true {{- if .Values.dags.gitSync.enabled }} subPath: {{.Values.dags.gitSync.dest }}/{{ .Values.dags.gitSync.subPath }} {{- end }} {{- end }}` @ismaello This does the same as what I suggested right? If you are using gitSync and KubernetesExecutor, DAGs persistence in the worker pod is meaningless. I hope #13826 is merged. ---------------------------------------------------------------- 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]
