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 8, 2024
1 parent a7af899 commit f351985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/api-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ func main() {
testResultsRepository = cloudtestresult.NewCloudRepository(grpcClient, grpcConn, cfg.TestkubeProAPIKey)
configRepository = cloudconfig.NewCloudResultRepository(grpcClient, grpcConn, cfg.TestkubeProAPIKey)

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

0 comments on commit f351985

Please sign in to comment.