mnacharov commented on code in PR #34342:
URL: https://github.com/apache/airflow/pull/34342#discussion_r1326107327


##########
chart/values.schema.json:
##########
@@ -7169,10 +7164,10 @@
                             "type": "string",
                             "default": "tests/dags"
                         },
-                        "wait": {
+                        "period": {
                             "description": "Interval between git sync attempts 
in seconds. High values are more likely to cause DAGs to become out of sync 
between different components. Low values cause more traffic to the remote git 
repository.",
-                            "type": "integer",
-                            "default": 5
+                            "type": "string",
+                            "default": "5s"

Review Comment:
   yep! we can continue using `wait`, and if git-sync image version v4.0.0+, 
render this value to `GITSYNC_PERIOD` as string with `s` ending



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