Skip to content

Commit

Permalink
disabling kubeconfig deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroslaw-pieszka committed Aug 16, 2024
1 parent 8d343e3 commit 7b272d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/broker/deprovisioning.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func NewDeprovisioningProcessingQueue(ctx context.Context, workersAmount int, de
step: deprovisioning.NewReleaseSubscriptionStep(db.Operations(), db.Instances(), accountProvider),
},
{
disabled: cfg.LifecycleManagerIntegrationDisabled,
disabled: true,
step: steps.DeleteKubeconfig(db.Operations(), cli),
},
{
Expand Down

0 comments on commit 7b272d2

Please sign in to comment.