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


##########
chart/values.schema.json:
##########
@@ -552,6 +552,11 @@
                                 "IfNotPresent"
                             ],
                             "default": "IfNotPresent"
+                        },
+                        "extraEnv": {
+                            "description": "Add additional env vars to 
flower.",
+                            "type": "array",
+                            "default": []

Review Comment:
   Have added "items" as standard validation for envVar
   ```
   "items": {
                                   "$ref": 
"#/definitions/io.k8s.api.core.v1.EnvVar"
                               }
   ```



##########
chart/values.schema.json:
##########
@@ -552,6 +552,11 @@
                                 "IfNotPresent"
                             ],
                             "default": "IfNotPresent"
+                        },
+                        "extraEnv": {
+                            "description": "Add additional env vars to 
flower.",
+                            "type": "array",
+                            "default": []

Review Comment:
   Have added "items" as standard validation for envVar
   ```
   "items": {
                    "$ref": "#/definitions/io.k8s.api.core.v1.EnvVar"
                  }
   ```



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