Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
  • Loading branch information
tolusha committed Dec 1, 2023
1 parent e96b60c commit f499799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/deploy/server/server_reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (s *CheServerReconciler) Reconcile(ctx *chetypes.DeployContext) (reconcile.
}

if done, err := s.syncPermissions(ctx); !done {
return reconcile.Result{}, false, err
return reconcile.Result{Requeue: true}, false, err
}

done, err = s.syncDeployment(ctx)
Expand Down

0 comments on commit f499799

Please sign in to comment.