Skip to content

Commit 54fe93b

Browse files
dtfranzci-robot
authored andcommitted
Fix snapshot failure when catalogSourceNamespace does not contain OperatorGroup. (#3149)
Signed-off-by: Daniel Franz <[email protected]> Upstream-repository: operator-lifecycle-manager Upstream-commit: 8eb16f7a9e12be729e07207983d27af78c23695b
1 parent 58e1df3 commit 54fe93b

File tree

2 files changed

+2
-2
lines changed
  • staging/operator-lifecycle-manager/pkg/controller/operators/catalog
  • vendor/github.com/operator-framework/operator-lifecycle-manager/pkg/controller/operators/catalog

2 files changed

+2
-2
lines changed

staging/operator-lifecycle-manager/pkg/controller/operators/catalog/operator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ func NewOperator(ctx context.Context, kubeconfigPath string, clock utilclock.Clo
346346
subscription.WithAppendedReconcilers(subscription.ReconcilerFromLegacySyncHandler(op.syncSubscriptions, nil)),
347347
subscription.WithRegistryReconcilerFactory(op.reconciler),
348348
subscription.WithGlobalCatalogNamespace(op.namespace),
349-
subscription.WithSourceProvider(resolverSourceProvider),
349+
subscription.WithSourceProvider(op.sourceInvalidator),
350350
)
351351
if err != nil {
352352
return nil, err

vendor/github.com/operator-framework/operator-lifecycle-manager/pkg/controller/operators/catalog/operator.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)