subkanthi commented on a change in pull request #20794: URL: https://github.com/apache/airflow/pull/20794#discussion_r799580496
########## File path: chart/values.yaml ########## @@ -638,6 +639,10 @@ scheduler: # weight: 100 tolerations: [] + # Set the priority class name + # https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#pod-priority Review comment: Removed. ########## File path: chart/values.schema.json ########## @@ -1351,6 +1351,14 @@ "type": "string" } }, + "priorityClassName": { + "description": "Set priority value from the priority class name", Review comment: Updated all of them. -- 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]
