atul-ram opened a new issue, #37872: URL: https://github.com/apache/airflow/issues/37872
### Official Helm Chart version 1.12.0 (latest released) ### Apache Airflow version 2.8 ### Kubernetes Version 1.27.7 ### Helm Chart configuration no changes to values.yaml ### Docker Image customizations NA ### What happened the output scheduler definition has repeated annotation. ``` cluster-autoscaler.kubernetes.io/safe-to-evict: "true" ``` ### What you think should happen instead the output file should not have repeated annotation value for respective objects ``` cluster-autoscaler.kubernetes.io/safe-to-evict: "true" ``` ### How to reproduce helm template demo apache-airflow/airflow --version 1.12.0 --namespace demo > output.yaml and check output file for annotation cluster-autoscaler.kubernetes.io/safe-to-evict: "true" ### Anything else similarly check for same annotation for other types. ### Are you willing to submit PR? - [ ] 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]
