sagikazarmark / helm-charts

Various Helm charts for my own and other projects
MIT License
43 stars 55 forks source link

feat(charts/dex-k8s-authenticator): Add PriorityClass support #191

Closed maikroempagel closed 10 months ago

maikroempagel commented 1 year ago

This will give users of the chart the option to specify the name of a PriorityClass to control the pod's priority and influence preemption in general.

sagikazarmark commented 1 year ago

Thank you!