Skip to content

Commit

Permalink
KIM Integration - disabling kubeconfig deletion (#1045)
Browse files Browse the repository at this point in the history
disabling kubeconfig deletion
  • Loading branch information
jaroslaw-pieszka authored Aug 16, 2024
1 parent 48cf5a6 commit 0bc121e
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 0bc121e

Please sign in to comment.