Skip to content

Commit

Permalink
Remove TODO: delete the following logic after migrating to modular Kyma
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiss, Tibor committed Feb 28, 2024
1 parent cf64b48 commit 1acbc13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/controller/nats/deprovisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ func (r *Reconciler) deletePVCsAndRemoveFinalizer(ctx context.Context,
nats *nmapiv1alpha1.NATS, log *zap.SugaredLogger,
) (kcontrollerruntime.Result, error) {
labelValue := nats.Name
//nolint: godox
// TODO: delete the following logic after migrating to modular Kyma
if nats.Name == "eventing-nats" {
labelValue = "eventing"
}
Expand Down

0 comments on commit 1acbc13

Please sign in to comment.