Skip to content

Commit

Permalink
chore: fix odd number of params in DataPlane bluegreen controller (#1055
Browse files Browse the repository at this point in the history
)
  • Loading branch information
pmalek authored Jan 20, 2025
1 parent f2e367d commit cc7990d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/dataplane/bluegreen_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ func (r *BlueGreenReconciler) ensureDeploymentForDataPlane(

switch res {
case op.Created, op.Updated:
log.Debug(logger, "deployment modified", "reason")
log.Debug(logger, "deployment modified")
// requeue will be triggered by the creation or update of the owned object
return deployment, res, nil
default:
Expand Down

0 comments on commit cc7990d

Please sign in to comment.