This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a commit to branch chart/v1-2x-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/chart/v1-2x-test by this push:
new b2583414664 [chart/v1-2x-test] Update customizing-labels.rst (#64170)
(#64399)
b2583414664 is described below
commit b2583414664ccaee0c4353bcb3ad100d0325a114
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 29 11:30:11 2026 +0200
[chart/v1-2x-test] Update customizing-labels.rst (#64170) (#64399)
(cherry picked from commit 137821772e2155c2529a52662c75545c4bafde9c)
Co-authored-by: Srinidhi davuluri
<[email protected]>
---
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