Skip to content

Commit

Permalink
feat: [TKC-2595] do not merge
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv committed Oct 18, 2024
1 parent 86382dc commit a226b2d
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 @@ -280,7 +280,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 a226b2d

Please sign in to comment.