Skip to content

Commit 4e4727c

Browse files
authored
fix: start services correctly (#6296)
1 parent 8e1b583 commit 4e4727c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/tcl/testworkflowstcl/testworkflowprocessor/operations.go

+2
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ func ProcessServicesStart(_ testworkflowprocessor.InternalProcessor, layer testw
165165
svc.Pod.ImagePullSecrets = append(svc.Pod.ImagePullSecrets, pod.ImagePullSecrets...)
166166
services[name] = svc
167167
}
168+
} else {
169+
services = step.Services
168170
}
169171

170172
// Build arguments

0 commit comments

Comments
 (0)