sokojh commented on issue #56015:
URL: https://github.com/apache/airflow/issues/56015#issuecomment-5613846391

   Looks fixed on main. The `wait-for-airflow-migrations` initContainer now 
gets the
   same volume mounts as the main container in all three components:
   
   ```
   {{- if .Values.volumeMounts }}
     {{- tpl (toYaml .Values.volumeMounts) . | nindent 12 }}
   {{- end }}
   {{- if .Values.<component>.extraVolumeMounts }}
     {{- tpl (toYaml .Values.<component>.extraVolumeMounts) . | nindent 12 }}
   {{- end }}
   ```
   
   Checked `scheduler-deployment.yaml`, `worker-deployment.yaml` and
   `triggerer-deployment.yaml` — all three have it, so an `emptyDir` added 
through
   `extraVolumeMounts` should reach the initContainer too.


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