We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba9e1a9 + af20d72 commit 55b2f35Copy full SHA for 55b2f35
internal/controller/defaults.go
@@ -59,11 +59,7 @@ var defaultDaemonSetUpdateStrategy = appsv1.DaemonSetUpdateStrategy{
59
}
60
61
var defaultDeploymentStrategy = appsv1.DeploymentStrategy{
62
- Type: appsv1.RollingUpdateDeploymentStrategyType,
63
- RollingUpdate: &appsv1.RollingUpdateDeployment{
64
- MaxSurge: ptr.To(intstr.FromString("25%")),
65
- MaxUnavailable: ptr.To(intstr.FromString("25%")),
66
- },
+ Type: appsv1.RecreateDeploymentStrategyType,
67
68
69
var operatorNamespace = utils.Call(func() string {
0 commit comments