mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
**Add priorityClassName support to Coder Helm chart** Add coder.priorityClassName configuration to the Helm chart that allows setting the pod's priorityClassName in the deployment **Usage:** ``` coder: priorityClassName: high-priority ``` See: https://github.com/coder/coder/discussions/20676 --------- Co-authored-by: Rowan Smith <rowan@coder.com>