HsiuChuanHsu commented on PR #55962: URL: https://github.com/apache/airflow/pull/55962#issuecomment-3417901593
Thanks for the feedback!! I've Simplify SQLite shared storage configuration in Helm chart, and summary is listed below: 1. **Remove complex nodeSelector logic**: Removed the dynamic nodeSelector application based on SQLite access mode. (This reaally added unnecessary complexity.) 2. **Hardcode ReadWriteOnce access mode**: SQLite PVC setting now always uses ReadWriteOnce access mode, as we still need a accessMode setting for PVC which is required. 3. **Update values.yaml**: Simplified SQLite configuration, increased default size to 10Gi (10Gi might be good enough for just testing envrironment!) -- 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]
