Skip to content

Commit

Permalink
Update controllers/kafkauser_controller.go
Browse files Browse the repository at this point in the history
Co-authored-by: Patrik Egyed <[email protected]>
  • Loading branch information
LuciferInLove and pregnor authored Jul 21, 2023
1 parent d93bbf8 commit 470a442
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 @@ -201,7 +201,7 @@ func (r *KafkaUserReconciler) Reconcile(ctx context.Context, request reconcile.R
// Validate the KafkaUser instance annotations before creating a certificate request
err := instance.Spec.ValidateAnnotations()
if err != nil {
return requeueWithError(reqLogger, "failed to reconcile kafkauser", err)
return requeueWithError(reqLogger, "failed to reconcile kafkauser while validating annotations", err)
}

// Avoid panic if the user wants to create a kafka user but the cluster is in plaintext mode
Expand Down

0 comments on commit 470a442

Please sign in to comment.