Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed incorrect comment referring to Route when copying Service
Signed-off-by: Henry H Li <[email protected]>
  • Loading branch information
bitscuit committed Nov 3, 2023
commit c4b197b8d131a1943d50812cb728c100ce2845a0
2 changes: 1 addition & 1 deletion controllers/operandbindinfo/operandbindinfo_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (_ ctrl.Re
requeue = requeue || requeueRoute
}
}
// Copy Route data into configmap and share configmap
// Copy Service data into configmap and share configmap
if binding.Service != nil {
requeueService, err := r.copyService(ctx, *binding.Service, "", operandNamespace, bindRequest.Namespace, key, bindInfoInstance, requestInstance)
if err != nil {
Expand Down