Skip to content

Commit

Permalink
Merge pull request #476 from lyarwood/always-deploy-datasources
Browse files Browse the repository at this point in the history
data_sources: Always run the operand
  • Loading branch information
kubevirt-bot authored Jan 13, 2023
2 parents 3ccb8e7 + d6f52be commit 6e2394e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ func setupManager(ctx context.Context, cancel context.CancelFunc, mgr controller

sspOperands := []operands.Operand{
common_instancetypes_operand,
data_sources.New(templatesBundle.DataSources),
}

runningOnOpenShift, err := common.RunningOnOpenshift(ctx, mgr.GetAPIReader())
Expand All @@ -69,7 +70,6 @@ func setupManager(ctx context.Context, cancel context.CancelFunc, mgr controller
metrics.New(),
template_validator.New(),
common_templates.New(templatesBundle.Templates),
data_sources.New(templatesBundle.DataSources),
node_labeller.New(),
)
}
Expand Down

0 comments on commit 6e2394e

Please sign in to comment.