Skip to content

Commit

Permalink
fix: use node-selector and config (#284)
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <[email protected]>
  • Loading branch information
chen-keinan authored Jan 17, 2024
1 parent 249e18b commit 15c6783
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/jobs/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 15c6783

Please sign in to comment.