Skip to content

Commit

Permalink
Fixed yet another RunManager() call
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-karpukhin committed Jan 5, 2024
1 parent 368f016 commit e16ef3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/helper/e2e/k8s/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package k8s

import (
"context"
"os"
"strings"
"time"

Expand Down Expand Up @@ -234,6 +235,7 @@ func managerDefaults() *Config {
GlobalAPISecret: client.ObjectKey{},
ObjectDeletionProtection: false,
SubObjectDeletionProtection: false,
FeatureFlags: featureflags.NewFeatureFlags(os.Environ),
}
}

Expand Down

0 comments on commit e16ef3f

Please sign in to comment.