jedcunningham commented on code in PR #24668:
URL: https://github.com/apache/airflow/pull/24668#discussion_r938319188
##########
chart/values.yaml:
##########
@@ -583,6 +585,8 @@ workers:
# Airflow scheduler settings
scheduler:
+ # Label Specific to scheduler app
Review Comment:
```suggestion
# Labels specific to scheduler objects and pods
```
And here.
##########
chart/values.schema.json:
##########
@@ -1450,6 +1450,14 @@
"type": "string"
}
},
+ "labels": {
+ "description": "Labels to add to the worker pods.",
Review Comment:
```suggestion
"description": "Labels to add to the worker objects and
pods.",
```
We apply these to all worker objects, not just the pod. This matches what we
have for `labels` currently.
--
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]