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 23, 2024
1 parent b8265f8 commit 1f879f5
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 @@ -198,7 +198,7 @@ func main() {
serviceAccountNames = schedulertcl.GetServiceAccountNamesFromConfig(serviceAccountNames, cfg.TestkubeExecutionNamespaces)
}

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

0 comments on commit 1f879f5

Please sign in to comment.