This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Description
Describe the bug
There does not seem to be a way to specify priority classes for pods.
Expected behavior
Add the priorityClassName parameter in values.yaml. This parameter should be defined in the statefulset spec:
template:
...
spec:
...
containers:
...
priorityClassName: {{ .Values.priorityClassName }}