Closed Pothulapati closed 1 year ago
Fixes https://github.com/dragonflydb/dragonfly-operator/issues/93
Currently, We sometimes miss updates when we compare the statefulset version. This could be stale as update couldn't have propogated already.
This PR fixes that by requeuing the object when an update is made, so that we retreive the latest version when ran again.
Fixes https://github.com/dragonflydb/dragonfly-operator/issues/93
Currently, We sometimes miss updates when we compare the statefulset version. This could be stale as update couldn't have propogated already.
This PR fixes that by requeuing the object when an update is made, so that we retreive the latest version when ran again.