- 
                Notifications
    
You must be signed in to change notification settings  - Fork 18
 
Labels
Description
Starting from Kubewarden 1.25, the PolicyServer CRD has been extended with an optional attribute named spec.priorityClassName. This is a string that holds the name of a Kubernetes priority class to be used when scheduling the Policy Server workload.
This is entirely optional, when not specified the value is either nil or empty.
Acceptance criteria
-  Update the UI dialog used by user to create custom 
PolicyServerresources. The user should be able to enter a priority class name if he wants to. It would be nice to have a drop down menu that shows all the priority classes that are available, this would avoid mistakes from the user. -  (Optional) when the Kubewarden helm chart is deployed through the UI, and the user provided a custom value for the 
priorityClassName, then when creating a newPolicyServerthe UI should show thepriorityClassNameused by the helm chart. The user will then decide if he wants to keep the samepriorityClassNameor remove it or use a different one.