Skip to content

Commit cb0c1de

Browse files
committed
Change clearing behaviour
1 parent 709be92 commit cb0c1de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

utils/utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,7 @@ func CustomizePodSpec(pts *corev1.PodTemplateSpec, ba common.BaseComponent) {
768768

769769
pts.Spec.Tolerations = ba.GetTolerations()
770770

771+
pts.Spec.PriorityClassName = ""
771772
if ba.GetPriorityClassName() != nil {
772773
pts.Spec.PriorityClassName = *ba.GetPriorityClassName()
773774
}

0 commit comments

Comments
 (0)