RagingPuppies commented on code in PR #28034:
URL: https://github.com/apache/airflow/pull/28034#discussion_r1038930430


##########
chart/templates/statsd/statsd-deployment.yaml:
##########
@@ -115,6 +115,10 @@ spec:
             - name: config
               mountPath: /etc/statsd-exporter/mappings.yml
               subPath: mappings.yml
+{{- if .Values.statsd.env}}
+          env:
+          {{- include "container_extra_envs" (list . .Values.statsd.env) | 
indent 10 }}

Review Comment:
   @jedcunningham as Flower is not an airflow container as well, but it did use 
the same code, don't you think it should be aligned?
   
   
https://github.com/apache/airflow/blob/8f98bfeb5372c7f61c77f081afb9b277c35b88ed/chart/templates/flower/flower-deployment.yaml#L142
   
   



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