Skip to content

Commit

Permalink
feat: [TKC-2581] do not merge
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv committed Oct 16, 2024
1 parent a7af899 commit e5ef3a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/api-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@ func main() {
testResultsRepository = cloudtestresult.NewCloudRepository(grpcClient, grpcConn, cfg.TestkubeProAPIKey)
configRepository = cloudconfig.NewCloudResultRepository(grpcClient, grpcConn, cfg.TestkubeProAPIKey)

if cfg.WorkflowStorage == "control-plane" {
// TODO:
if cfg.WorkflowStorage == "crd" {
testWorkflowsClient = cloudtestworkflow.NewCloudTestWorkflowRepository(grpcClient, grpcConn, cfg.TestkubeProAPIKey)
testWorkflowTemplatesClient = cloudtestworkflow.NewCloudTestWorkflowTemplateRepository(grpcClient, grpcConn, cfg.TestkubeProAPIKey)
}
Expand Down

0 comments on commit e5ef3a2

Please sign in to comment.