We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33afa8e commit 67471ceCopy full SHA for 67471ce
1 file changed
utils/utils.go
@@ -786,6 +786,7 @@ func CustomizePodSpec(pts *corev1.PodTemplateSpec, ba common.BaseComponent) {
786
787
pts.Spec.Tolerations = ba.GetTolerations()
788
789
+ pts.Spec.PriorityClassName = ""
790
if ba.GetPriorityClassName() != nil {
791
pts.Spec.PriorityClassName = *ba.GetPriorityClassName()
792
}
0 commit comments