fix: use correct status code for update
This commit is contained in:
parent
989dd1567a
commit
9f58744fe5
@ -267,7 +267,7 @@ func (r *OAuth2ClientReconciler) updateRegisteredOAuth2Client(ctx context.Contex
|
|||||||
|
|
||||||
oauth2client, err := c.ToOAuth2ClientJSON()
|
oauth2client, err := c.ToOAuth2ClientJSON()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
if updateErr := r.updateReconciliationStatusError(ctx, c, hydrav1alpha1.StatusRegistrationFailed, err); updateErr != nil {
|
if updateErr := r.updateReconciliationStatusError(ctx, c, hydrav1alpha1.StatusUpdateFailed, err); updateErr != nil {
|
||||||
return updateErr
|
return updateErr
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user