IlaiGigi commented on code in PR #45176:
URL: https://github.com/apache/airflow/pull/45176#discussion_r1897458462
##########
chart/values.schema.json:
##########
@@ -1785,7 +1785,7 @@
"default": "100Gi"
},
"storageClassName": {
- "description": "If using a custom StorageClass,
pass name ref to all StatefulSets here.",
+ "description": "If using a custom StorageClass,
pass name ref to all StatefulSets here (can be templated).",
Review Comment:
This is used for the storage class of the scheduler as well as you can see
in
[`scheduler-deployment.yaml`](https://github.com/Aakcht/airflow/blob/patch-4/chart/templates/scheduler/scheduler-deployment.yaml#L336)
.
@romsharon98 think we should add something about this here?
--
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]