Skip to content

Commit 2a08e40

Browse files
committed
docs: improve section on override options
1 parent 2fa7a00 commit 2a08e40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ webservers:
4040
config: {}
4141
----
4242

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.
43+
Note that `configOverrides` is specifically supported for customizing `webserver_config.py`.
44+
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.
4545
This is described in the following section.
4646

4747
== Environment Variables

0 commit comments

Comments
 (0)