uncomment updating annotations of statefulset

This commit is contained in:
Felix Kunde 2021-02-25 11:58:31 +01:00
parent 6b161dd2c5
commit cfeb60dc6d
1 changed files with 1 additions and 2 deletions

View File

@ -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