Skip to content

Commit

Permalink
change to job-owner var
Browse files Browse the repository at this point in the history
Signed-off-by: ashnamehrotra <[email protected]>
  • Loading branch information
ashnamehrotra committed Jan 24, 2024
1 parent 78e1f71 commit 1465339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,14 @@ func main() {
&eraserv1.ImageJob{}: {
Label: labels.SelectorFromSet(
labels.Set{
"eraser.sh/job-owner": "imagelist",
"eraser.sh/job-owner": "imagelist-controller",
},
),
},
&eraserv1alpha1.ImageJob{}: {
Label: labels.SelectorFromSet(
labels.Set{
"eraser.sh/job-owner": "imagelist",
"eraser.sh/job-owner": "imagelist-controller",
},
),
},
Expand Down

0 comments on commit 1465339

Please sign in to comment.