Skip to content

Commit

Permalink
Update observatorium.go
Browse files Browse the repository at this point in the history
  • Loading branch information
coleenquadros authored Nov 4, 2024
1 parent 5474030 commit 2e0651b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func GenerateObservatoriumCR(
newObj.Labels[obsCRConfigHashLabelName] = observatoriumCR.Labels[obsCRConfigHashLabelName]
err = cl.Update(context.TODO(), newObj)
if err != nil {
log.Error(err, "Failed to update observatorium CR %s", "name", observatoriumCR.Name)
log.Error(err, "Test Failed to update observatorium CR %s", "name", observatoriumCR.Name)
// add timeout for update failure avoid update conflict
return &ctrl.Result{RequeueAfter: time.Second * 3}, err
}
Expand Down

0 comments on commit 2e0651b

Please sign in to comment.