You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(template/helm): Allow Pod priorityClassName to be configured (#551)
* chore(template): Disable yamllint for comments-indentation
* chore: Disable yamllint for comments-indentation
* feat(template/helm): Allow Pod priority, priorityClassName, and preemptionPolicy to be configured
Part of stackabletech/issues#765
* fix(template/helm): Remove priority and preemptionPolicy.
Note: These should be configured in a PriorityClass and the admission controller will stop you setting these on the pod directly.
0 commit comments