From 57a6964842e6f597b3ba5c3f7b5d8c498421bc3c Mon Sep 17 00:00:00 2001 From: Srinidhi davuluri <183848344+Nidhs01@users.noreply.github.com> Date: Tue, 24 Mar 2026 22:11:25 +0530 Subject: [PATCH] Update customizing-labels.rst --- 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 6cdf2a3ab6f18..978dbec2152ca 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