mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
3847f3b297
**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>