Skip to content

Commit 8efdfac

Browse files
authored
Remove deployment finalizer for seamless install and upgrade (#822)
Signed-off-by: Bala.FA <bala@minio.io>
1 parent c5f7e46 commit 8efdfac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/installer/deployment.go

-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ func doCreateDeployment(ctx context.Context, args *Args, legacy bool, step int)
205205
Namespace: namespace,
206206
Annotations: map[string]string{},
207207
Labels: defaultLabels,
208-
Finalizers: []string{deploymentFinalizer},
209208
},
210209
Spec: appsv1.DeploymentSpec{
211210
Replicas: &replicas,

0 commit comments

Comments
 (0)