vyncint commented on PR #70205:
URL: https://github.com/apache/airflow/pull/70205#issuecomment-5074593144

   Verified on the rebased branch:
   
   - `podLabels` unset — unchanged behavior (Deployment: global only, pods: 
component + global)
   - `podLabels` set — Deployment: component + global, pods: podLabels + global
   - `podLabels: {}` — pods get global only
   - collisions — component wins on the Deployment, podLabels wins on pods
   
   Backward compatibility: rendering the whole chart with the same values 
against current `main` and against this branch gives byte-identical output.
   
   Tests: 7 passed in `test_labels_deployment.py`, 125 passed across the 
dagprocessor, redis, statsd and otel_collector helm suites.
   
   Ready for review @Miretpl.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to