Skip to content
Prev Previous commit
Next Next commit
Merge branch 'master' into non-olm-stage2
  • Loading branch information
qpdpQ authored Feb 12, 2025
commit 7f744c3b6abff387273b78bb0c5dda42314e53f9
2 changes: 1 addition & 1 deletion controllers/commonservice_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (r *CommonServiceReconciler) Reconcile(ctx context.Context, req ctrl.Reques
if !instance.Spec.License.Accept {
klog.Error("Accept license by changing .spec.license.accept to true in the CommonService CR. Operator will not proceed until then")
}

// If the CommonService CR is not paused, continue to reconcile
if !r.reconcilePauseRequest(instance) {
if r.checkNamespace(req.NamespacedName.String()) {
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.