n-badtke-cg commented on code in PR #61853:
URL: https://github.com/apache/airflow/pull/61853#discussion_r2803869319


##########
chart/values.schema.json:
##########
@@ -13727,6 +13727,11 @@
                     "type": "integer",
                     "default": 15
                 },
+                "retentionMinutes": {
+                    "description": "Number of minutes to retain the logs when 
running the Airflow log groomer sidecar.",
+                    "type": "integer",
+                    "default": 0
+                },

Review Comment:
   Probably add "Total retention time is retentionDays + retentionMinutes." to 
description :)



##########
chart/values.schema.json:
##########
@@ -13837,4 +13842,4 @@
             }
         }
     }
-}
+}

Review Comment:
   missing new line with EOF



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