diff --git a/pkg/cluster/sync.go b/pkg/cluster/sync.go index 9bce4e0a7..4d4b4fe07 100644 --- a/pkg/cluster/sync.go +++ b/pkg/cluster/sync.go @@ -367,8 +367,7 @@ func (c *Cluster) syncStatefulSet() error { } } - // TODO why is this necessary? - // c.updateStatefulSetAnnotations(c.AnnotationsToPropagate(c.annotationsSet(c.Statefulset.Annotations))) + c.updateStatefulSetAnnotations(c.AnnotationsToPropagate(c.annotationsSet(c.Statefulset.Annotations))) if len(podsToRecreate) == 0 && !c.OpConfig.EnableLazySpiloUpgrade { // even if the desired and the running statefulsets match