HsiuChuanHsu commented on code in PR #55962:
URL: https://github.com/apache/airflow/pull/55962#discussion_r2441701217
##########
chart/values.yaml:
##########
@@ -498,6 +498,12 @@ extraEnvFrom: ~
# - configMapRef:
# name: '{{ .Release.Name }}-airflow-variables'
+# WARNING: SQLite is the default database for development and testing only.
+# For production deployments, you MUST configure an external database
+# (PostgreSQL, MySQL, etc.)
+#
+# To configure an external database, update the data.metadataConnection
+# section with your database credentials.
Review Comment:
Added!
--
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]