We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709be92 commit cb0c1deCopy full SHA for cb0c1de
1 file changed
utils/utils.go
@@ -768,6 +768,7 @@ func CustomizePodSpec(pts *corev1.PodTemplateSpec, ba common.BaseComponent) {
768
769
pts.Spec.Tolerations = ba.GetTolerations()
770
771
+ pts.Spec.PriorityClassName = ""
772
if ba.GetPriorityClassName() != nil {
773
pts.Spec.PriorityClassName = *ba.GetPriorityClassName()
774
}
0 commit comments