Align Strategy configuration and documentation
Summary
From !1375 (comment 352907553)
We need to make an alignment between documents / properties to deployment.strategy
Points of note:
- Deployments use
.spec.strategy
-
DaemonSet and StatefulSet use
.spec.updateStategy
We'll also need to bring Sidekiq into alignment soon, which will necessitate a migration of the setting. Migrating a setting needs to be done in a minor version, and via deprecations logic. This can be done in a future MR.