mik-laj commented on a change in pull request #11437:
URL: https://github.com/apache/airflow/pull/11437#discussion_r508152759
##########
File path: chart/files/pod-template-file.yaml
##########
@@ -78,7 +78,7 @@ spec:
persistentVolumeClaim:
claimName: {{ template "airflow_dags_volume_claim" . }}
{{- else if .Values.dags.gitSync.enabled }}
- - name: dags
+ - name: airflow-dags
Review comment:
I have a feeling this won't help because the side container uses `dags`
name.
See:
https://github.com/apache/airflow/blob/3970bfad4c878d99adce80a4bfd824a15132a161/chart/templates/_helpers.yaml#L160
We need to correct the name in the main container.
See:
https://github.com/apache/airflow/blob/486c6f44b9d21006b6d9732cc487d497b90cd629/chart/files/pod-template-file.yaml#L54
----------------------------------------------------------------
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]