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

   Thanks @Miretpl — agreed, the separation is the cleaner model. I'll go with 
podLabels:
   
   - labels -> Deployment metadata.labels
   - podLabels -> pod spec.template.metadata.labels
   - backward compatible: when podLabels is unset, labels stay on the pod level 
(today's behavior) and the Deployment keeps only global labels.
   
   I'll implement it on dag-processor here first as the reference pattern 
(values.yaml + template + tests), and once you're happy with it extend the same 
pattern to the other components, using apiServer rather than webserver. Prefer 
everything in one PR, or dag-processor first then follow-ups?
   


-- 
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