Skip to content

Commit

Permalink
chore: Set job image pull policy to IfNotPresent
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Oct 4, 2023
1 parent 0f5a7d2 commit 614ed90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/util/cmd_setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ func createJob(cmd *cobra.Command, conf *config.Global, actionName string) error
{
Name: "kubedb",
Image: image,
ImagePullPolicy: corev1.PullAlways,
ImagePullPolicy: corev1.PullIfNotPresent,
Command: []string{"sleep"},
Args: []string{"infinity"},
TTY: true,
Expand Down

0 comments on commit 614ed90

Please sign in to comment.