diff --git a/pkg/jobs/collector.go b/pkg/jobs/collector.go index e5b857c..4b7a1fe 100644 --- a/pkg/jobs/collector.go +++ b/pkg/jobs/collector.go @@ -318,6 +318,7 @@ func (jb *jobCollector) Apply(ctx context.Context, nodeName string) (*batchv1.Jo WithAnnotation(jb.annotation), WithTemplate(jb.templateName), WithPodVolumes(jb.volumes), + WithNodeConfiguration(jb.nodeConfig), WithImagePullSecrets(jb.imagePullSecrets), WithContainerVolumeMounts(jb.volumeMounts), WithPriorityClassName(jb.priorityClassName),