shubham36deshpande commented on code in PR #51792:
URL: https://github.com/apache/airflow/pull/51792#discussion_r2176877210


##########
chart/templates/statsd/statsd-deployment.yaml:
##########
@@ -103,6 +103,9 @@ spec:
           {{- else}}
           args:
             - "--statsd.mapping-config=/etc/statsd-exporter/mappings.yml"
+            - "--statsd.cache-size={{ .Values.statsd.cacheSize }}"
+            - "--statsd.cache-type={{ .Values.statsd.cacheType }}"
+            - "--ttl={{ .Values.statsd.ttl }}"

Review Comment:
   I have added these arguments as default, and allowed the user to define 
their own arguments



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