Skip to content

Commit

Permalink
set ImagePullPolicy: PullIfNotPresent to discard Job
Browse files Browse the repository at this point in the history
Signed-off-by: Ryotaro Banno <[email protected]>
  • Loading branch information
ushitora-anqou committed Dec 4, 2024
1 parent d85b981 commit e9f3394
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/controller/mantlebackup_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -1689,6 +1689,7 @@ blkdiscard /dev/discard-rbd
DevicePath: "/dev/discard-rbd",
},
},
ImagePullPolicy: corev1.PullIfNotPresent,
},
}

Expand Down

0 comments on commit e9f3394

Please sign in to comment.