Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ukff committed Dec 3, 2024
1 parent 4550e6a commit 077dc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/process/deprovisioning/btp_operator_cleanup.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func NewBTPOperatorCleanupStep(os storage.Operations, k8sClientProvider K8sClien
step := &BTPOperatorCleanupStep{
k8sClientProvider: k8sClientProvider,
}
step.operationManager = process.NewOperationManager(os, step.Name(), kebError.NotSet)
step.operationManager = process.NewOperationManager(os, step.Name(), kebError.KEBDependency)
return step
}

Expand Down

0 comments on commit 077dc1a

Please sign in to comment.