DjVinnii commented on code in PR #41341:
URL: https://github.com/apache/airflow/pull/41341#discussion_r1816595058


##########
chart/templates/dag-processor/dag-processor-deployment.yaml:
##########
@@ -229,6 +231,10 @@ spec:
         {{- if .Values.dagProcessor.extraContainers }}
           {{- tpl (toYaml .Values.dagProcessor.extraContainers) . | nindent 8 
}}
         {{- end }}
+            - name: tmp
+              mountPath: /tmp 
+            - name: opt
+              mountPath: /opt/airflow                      

Review Comment:
   Doesn't it make more sense to define the `/opt/airflow` mountPath based on 
the `airflowHome` value and have the name more generic like `airflow-home`?



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