Skip to content

Commit 67471ce

Browse files
committed
Change clearing behaviour
1 parent 33afa8e commit 67471ce

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
@@ -786,6 +786,7 @@ func CustomizePodSpec(pts *corev1.PodTemplateSpec, ba common.BaseComponent) {
786786

787787
pts.Spec.Tolerations = ba.GetTolerations()
788788

789+
pts.Spec.PriorityClassName = ""
789790
if ba.GetPriorityClassName() != nil {
790791
pts.Spec.PriorityClassName = *ba.GetPriorityClassName()
791792
}

0 commit comments

Comments
 (0)