diff --git a/charts/shipyard/templates/statefulset-airflow-worker.yaml b/charts/shipyard/templates/statefulset-airflow-worker.yaml index b4ac34f6..cfbf9e48 100644 --- a/charts/shipyard/templates/statefulset-airflow-worker.yaml +++ b/charts/shipyard/templates/statefulset-airflow-worker.yaml @@ -120,9 +120,11 @@ spec: volumeMounts: - name: airflow-etc mountPath: {{ .Values.conf.airflow_config_file.path }} + subPath: airflow.cfg readOnly: true - name: shipyard-etc mountPath: /usr/local/airflow/plugins/shipyard.conf + subPath: shipyard.conf readOnly: true - name: airflow-logs mountPath: {{ .Values.conf.airflow.core.base_log_folder }} @@ -145,9 +147,11 @@ spec: volumeMounts: - name: airflow-etc mountPath: {{ .Values.conf.airflow_config_file.path }} + subPath: airflow.cfg readOnly: true - name: shipyard-etc mountPath: /usr/local/airflow/plugins/shipyard.conf + subPath: shipyard.conf readOnly: true - name: airflow-logs mountPath: {{ .Values.conf.airflow.core.base_log_folder }}