Skip to content

Commit

Permalink
Fix for error messages coming in operator logs (#367)
Browse files Browse the repository at this point in the history
Signed-off-by: anishakj <[email protected]>
  • Loading branch information
anishakj authored Jul 16, 2021
1 parent bb8b1bb commit 3b22909
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ func (r *ReconcileZookeeperCluster) clearUpgradeStatus(z *zookeeperv1beta1.Zooke
// when updating the CR below
status := z.Status.DeepCopy()

err = r.client.Status().Update(context.TODO(), z)
err = r.client.Update(context.TODO(), z)
if err != nil {
return err
}
Expand Down

0 comments on commit 3b22909

Please sign in to comment.