We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55252c commit 9682856Copy full SHA for 9682856
1 file changed
internal/controller/apikeyapproval_controller.go
@@ -125,7 +125,6 @@ func (r *APIKeyApprovalReconciler) reconcileOwnerReference(ctx context.Context,
125
126
// Update the APIKeyApproval with the owner reference
127
if err := r.Update(ctx, approval); err != nil {
128
- logger.Error(err, "Failed to update APIKeyApproval with owner reference")
129
return err
130
}
131
0 commit comments