You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/12/15 21:56:03 UTC

[GitHub] [airflow] pvanliefland commented on a change in pull request #18808: Extra containers, volumes and volume mounts for jobs

pvanliefland commented on a change in pull request #18808:
URL: https://github.com/apache/airflow/pull/18808#discussion_r770069193



##########
File path: chart/values.schema.json
##########
@@ -1685,6 +1685,21 @@
                         }
                     }
                 },
+                "extraContainers": {
+                    "description": "Launch additional containers for the create user job pod",
+                    "type": "array",
+                    "default": []
+                },
+                "extraVolumes": {
+                    "description": "Mount additional volumes into create user job",
+                    "type": "array",
+                    "default": []
+                },
+                "extraVolumeMounts": {
+                    "description": "Mount additional volumes into create user job",
+                    "type": "array",
+                    "default": []
+                },

Review comment:
       Done!

##########
File path: chart/values.schema.json
##########
@@ -1791,6 +1806,16 @@
                     "type": "array",
                     "default": []
                 },
+                "extraVolumes": {
+                    "description": "Mount additional volumes into migrate database job",
+                    "type": "array",
+                    "default": []
+                },
+                "extraVolumeMounts": {
+                    "description": "Mount additional volumes into migrate database job",
+                    "type": "array",
+                    "default": []
+                },

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

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