Skip to content

Commit

Permalink
Fix snapshot failure when catalogSourceNamespace does not contain Ope…
Browse files Browse the repository at this point in the history
…ratorGroup. (#3149)

Signed-off-by: Daniel Franz <dfranz@redhat.com>
  • Loading branch information
dtfranz authored Jan 8, 2024
1 parent e6d8fb0 commit 8eb16f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/operators/catalog/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ func NewOperator(ctx context.Context, kubeconfigPath string, clock utilclock.Clo
subscription.WithAppendedReconcilers(subscription.ReconcilerFromLegacySyncHandler(op.syncSubscriptions, nil)),
subscription.WithRegistryReconcilerFactory(op.reconciler),
subscription.WithGlobalCatalogNamespace(op.namespace),
subscription.WithSourceProvider(resolverSourceProvider),
subscription.WithSourceProvider(op.sourceInvalidator),
)
if err != nil {
return nil, err
Expand Down

0 comments on commit 8eb16f7

Please sign in to comment.