Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun-m committed Jan 3, 2025
1 parent 574bf28 commit 66d7a14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/scheduler/pool_external.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,7 @@ func (wpc *ExternalWorkerPoolController) createWorkerJob(workerId, machineId str
workerImage := fmt.Sprintf("%s/%s:%s",
wpc.config.Worker.ImageRegistry,
wpc.config.Worker.ImageName,
// wpc.config.Worker.ImageTag,
"devel",
wpc.config.Worker.ImageTag,
)

resources := corev1.ResourceRequirements{}
Expand Down

0 comments on commit 66d7a14

Please sign in to comment.