jedcunningham commented on code in PR #42345:
URL: https://github.com/apache/airflow/pull/42345#discussion_r1767235186
##########
chart/values.schema.json:
##########
@@ -4651,7 +4651,28 @@
"null"
],
"default": 300
- }
+ },
+ "env": {
+ "description": "Add additional env vars to
migrateDatabaseJob.",
+ "type": "array",
+ "default": [],
+ "items": {
Review Comment:
We can probably just accept `io.k8s.api.core.v1.EnvVar` here instead of
restricting it artificially?
--
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]