Skip to content

Commit

Permalink
fix: remove duplication
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
  • Loading branch information
vsukhin committed Dec 12, 2024
1 parent bd2cf57 commit 0d02d16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/testworkflows/testworkflowresolver/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ func injectTemplateToSpec(spec *testworkflowsv1.TestWorkflowSpec, template testw
spec.Services = MergeMap(common.MapMap(template.Spec.Services, ConvertIndependentServiceToService), spec.Services)
spec.Container = MergeContainerConfig(template.Spec.Container, spec.Container)
spec.System = MergeSystem(template.Spec.System, spec.System)
spec.Pvcs = MergeMap(template.Spec.Pvcs, spec.Pvcs)

// Include the steps from the template
setup := common.MapSlice(template.Spec.Setup, ConvertIndependentStepToStep)
Expand Down

0 comments on commit 0d02d16

Please sign in to comment.