This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 1f7747aa593 docs: enhance airflowLocalSettings value description
(#47855)
1f7747aa593 is described below
commit 1f7747aa5939e5bf45c8ccbc68dccc702675de07
Author: Timon Viola <[email protected]>
AuthorDate: Wed Mar 19 15:55:31 2025 +0100
docs: enhance airflowLocalSettings value description (#47855)
---
chart/values.schema.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chart/values.schema.json b/chart/values.schema.json
index c8750b612a4..d8c8be92ede 100644
--- a/chart/values.schema.json
+++ b/chart/values.schema.json
@@ -657,7 +657,7 @@
}
},
"airflowLocalSettings": {
- "description": "`airflow_local_settings` file as a string
(templated).",
+ "description": "`airflow_local_settings` file as a string
(templated). You can bake an `airflow_local_settings.py` into your image
instead. In that case, set this value to null.",
"type": [
"string",
"null"