Skip to content

Commit 450cd88

Browse files
authored
docs: improve section on override options (#812)
* docs: improve section on override options * chore: incorporate review suggestion
1 parent 5396b70 commit 450cd88

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/modules/airflow/pages/usage-guide/overrides.adoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Airflow exposes an environment variable for every Airflow configuration setting,
1616
As Airflow can be configured with python code too, arbitrary code can be added to the `webserver_config.py`.
1717
You can use either `FILE_HEADER` to add code to the top or `FILE_FOOTER` to add to the bottom.
1818

19-
IMPORTANT: This is an experimental feature.
20-
2119
[source,yaml]
2220
----
2321
webservers:
@@ -40,8 +38,8 @@ webservers:
4038
config: {}
4139
----
4240

43-
Although Kubernetes can override these settings in one of two ways (Configuration overrides, or Environment Variable overrides), the effect is the same
44-
and currently only the latter is implemented.
41+
Note that `configOverrides` is specifically supported for customizing `webserver_config.py`.
42+
To override standard Airflow configuration properties (listed in the Configuration Reference), use `envOverrides` with the `AIRFLOW__SECTION__KEY` format, as the operator injects these via environment variables rather than modifying a static config file.
4543
This is described in the following section.
4644

4745
== Environment Variables

0 commit comments

Comments
 (0)