kaxil commented on a change in pull request #20069:
URL: https://github.com/apache/airflow/pull/20069#discussion_r763204846



##########
File path: chart/values.yaml
##########
@@ -56,6 +56,8 @@ images:
   # will use the images from 'defaultAirflowRepository:defaultAirflowTag' 
values
   # to run and wait for DB migrations .
   useDefaultImageForMigration: false
+  # timeout for airflow-migrations to complete

Review comment:
       ```suggestion
     # timeout (in seconds) for airflow-migrations to complete
   ```

##########
File path: chart/values.schema.json
##########
@@ -372,6 +372,12 @@
                     "x-docsSection": "Images",
                     "default": false
                 },
+                "migrationsWaitTimeout": {
+                    "description": "The time to wait for the DB migrations to 
complete.",

Review comment:
       ```suggestion
                       "description": "The time (in seconds) to wait for the DB 
migrations to complete.",
   ```




-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to