Skip to content

Commit

Permalink
Fix based on review 1
Browse files Browse the repository at this point in the history
  • Loading branch information
bartam1 committed Aug 1, 2022
1 parent 1bf8374 commit 1fc54b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/kafkauser_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ func (r *KafkaUserReconciler) Reconcile(ctx context.Context, request reconcile.R
}
kafkaUser, err = user.DN()
if err != nil {
reqLogger.Error(err, "Could not get Distinguished Name from the generated TLS certificate")
reqLogger.Error(err, "could not get Distinguished Name from the generated TLS certificate")
return ctrl.Result{
Requeue: false,
}, err
Expand Down

0 comments on commit 1fc54b7

Please sign in to comment.