rishkarajgi commented on code in PR #24784:
URL: https://github.com/apache/airflow/pull/24784#discussion_r941405674


##########
chart/values.schema.json:
##########
@@ -2619,6 +2698,14 @@
                     "description": "Specify if you want to use the default 
Helm Hook annotations",
                     "type": "boolean",
                     "default": true
+                },
+                "env": {
+                    "description": "Add additional env vars to job.",

Review Comment:
   done



##########
chart/values.yaml:
##########
@@ -597,6 +597,12 @@ workers:
     #   cpu: 100m
     #   memory: 128Mi
 
+  waitForMigrations:
+    # To add env vars specific to wait-for-migrations init container

Review Comment:
   done



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