pgvishnuram commented on code in PR #46003:
URL: https://github.com/apache/airflow/pull/46003#discussion_r1930876628


##########
tests/charts/log_groomer.py:
##########
@@ -90,6 +90,28 @@ def test_log_groomer_collector_default_retention_days(self):
         )
         assert 
jmespath.search("spec.template.spec.containers[1].env[0].value", docs[0]) == 
"15"
 
+    def test_log_groomer_collector_custom_env(self):
+        env = [
+            {"name": "WORKER_RELEASE_NAME", "value": "{{ .Release.Name 
}}-workers"},
+            {"name": "AIRFLOW__LOG_RETENTION_DAYS", "value": "5"},

Review Comment:
   @jed can you check now i have added all the necessary changes now



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