Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
  • Loading branch information
tolusha committed Jul 23, 2021
1 parent 6e19c65 commit b9e7ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/deploy/kubernetes_image_puller.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func ReconcileImagePuller(ctx *DeployContext) (*reconcile.Result, error) {

if err = UpdateDefaultImagesIfNeeded(ctx); err != nil {
logrus.Error(err)
return reconcile.Result{}, err
return &reconcile.Result{}, err
}

if ctx.CheCluster.Spec.ImagePuller.Spec.DeploymentName == "" {
Expand Down

0 comments on commit b9e7ef2

Please sign in to comment.