Skip to content

Commit ab1e4ed

Browse files
committed
chore(airflow-3): worker mount volume
1 parent 9e02549 commit ab1e4ed

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

addons/airflow/3/chart/airflow-3/templates/worker/statefulset.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ spec:
221221
- name: empty-dir
222222
mountPath: /opt/drycc/airflow/webserver_config.py
223223
subPath: app-base-dir/webserver_config.py
224+
- name: data
225+
mountPath: /data
224226
{{- if .Values.requirements }}
225227
- name: req-config
226228
mountPath: /drycc/python/requirements.txt

0 commit comments

Comments
 (0)