Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion chart/docs/customizing-labels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading