Description
We are using Kyverno which validates every object on change.
The redis-operator is updating the rfs deployments overy 30 seconds, even when nothing is changed.
This creates additional load on Kyverno, especially in environments with a lot of redisfailovers instances.
This can be verified with:
kubectl get deploy -w
Or check the number observedGeneration
which is in our case 496690
It would be great if the rfs deployments would be updated only when needed.
Also see #410 (comment)