siryur opened a new issue, #35678: URL: https://github.com/apache/airflow/issues/35678
### Official Helm Chart version 1.11.0 (latest released) ### Apache Airflow version 2.6.1 ### Kubernetes Version 1.25.X ### Helm Chart configuration The default values assume the release name for statsd host, but if one uses the `fullnameOveride`, there's a mismatch of airflow metrics configuration ([here](https://github.com/apache/airflow/blob/5983506df370325f7b23a182798341d17d091a32/chart/values.yaml#L2312)) ``` config: metrics: statsd_host: '{{ printf "%s-statsd" .Release.Name }}' ``` ### Docker Image customizations _No response_ ### What happened Statsd doesn't have any airflow metrics available. ### What you think should happen instead Statsd should have airflow metrics available. ### How to reproduce Set the [`fullnameOverride`](https://github.com/apache/airflow/blob/5983506df370325f7b23a182798341d17d091a32/chart/values.yaml#L23) to be different from the helm installation. ### 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]
