This is an automated email from the ASF dual-hosted git repository.
jscheffl 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 137821772e2 Update customizing-labels.rst (#64170)
137821772e2 is described below
commit 137821772e2155c2529a52662c75545c4bafde9c
Author: Srinidhi davuluri <[email protected]>
AuthorDate: Sun Mar 29 14:54:52 2026 +0530
Update customizing-labels.rst (#64170)
---
chart/docs/customizing-labels.rst | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/chart/docs/customizing-labels.rst
b/chart/docs/customizing-labels.rst
index 6cdf2a3ab6f..978dbec2152 100644
--- a/chart/docs/customizing-labels.rst
+++ b/chart/docs/customizing-labels.rst
@@ -37,8 +37,11 @@ Global labels can be set using the ``labels`` parameter in
your values file. The
Component-Specific Labels
~~~~~~~~~~~~~~~~~~~~~~~~~
-You can also set specific labels for individual Airflow components, which will
be merged with the global labels. Component-specific labels take precedence
over global labels, allowing you to override them as needed.
+You can also set specific labels for individual Airflow components, which will
be merged with the global labels.
+If the same label key exists in both global and component-specific labels, the
component-specific value takes precedence (overrides the global value).
+
+This allows you to customize labels for specific components while still
maintaining common global labels across all resources.
For example, to add specific labels to different components:
.. code-block:: yaml