Please support the strategy on the operator itself ``` spec: strategy: type: RollingUpdate rollingUpdate: maxSurge: <value> minUnavailable: <value> ``` This is needed when operator is deployed with multiple replicas and we have antiaffinity on the operator Thank you