Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
D0m021ng committed Jan 4, 2024
1 parent 3a941e1 commit 48114a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func (k *PodTemplateSpecBuilder) Build(task schema.Member) {
return
}
// build metadata
k.Metadata("", "", task.GetLabels(), task.GetAnnotations())
k.Metadata(task.GetName(), task.GetNamespace(), task.GetLabels(), task.GetAnnotations())
// set pod spec
NewPodSpecBuilder(&k.podTemplateSpec.Spec, k.jobID).Build(task)
}
Expand Down

0 comments on commit 48114a0

Please sign in to comment.