sudeepgupta90 opened a new issue, #28604:
URL: https://github.com/apache/airflow/issues/28604

   ### Official Helm Chart version
   
   1.7.0 (latest released)
   
   ### Apache Airflow version
   
   2.3.0
   
   ### Kubernetes Version
   
   v1.24.x
   
   ### Helm Chart configuration
   
   _No response_
   
   ### Docker Image customisations
   
   _No response_
   
   ### What happened
   
   The helm chart is missing `annotations` on Deployment objects. This is not a 
feature per se, but is a great value add if users want to deploy with extra 
annotations. Currently, only `podAnnotations` are supported on Deployments
   
   ### What you think should happen instead
   
   The helm chart should contain an option to add Deployment annotations. 
   
   Example:
   
   ```
   webserver:
     # this is missing. This will add to the annotations of the Deployment 
itself
     annotations: {}
     
     # already present. This adds to the annotations of only the pod
     podAnnotations: {}
   ```
   
   ### How to reproduce
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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