Skip to content

Commit

Permalink
fix: add mapping for services for twt spec (#6102)
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
  • Loading branch information
vsukhin authored Dec 23, 2024
1 parent 0d10bf2 commit 5bd1dd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/mapper/testworkflows/kube_openapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -1148,6 +1148,7 @@ func MapTemplateSpecKubeToAPI(v testworkflowsv1.TestWorkflowTemplateSpec) testku
Config: common.MapMap(v.Config, MapParameterSchemaKubeToAPI),
System: common.MapPtr(v.System, MapSystemKubeToAPI),
Content: common.MapPtr(v.Content, MapContentKubeToAPI),
Services: common.MapMap(v.Services, MapIndependentServiceSpecKubeToAPI),
Container: common.MapPtr(v.Container, MapContainerConfigKubeToAPI),
Job: common.MapPtr(v.Job, MapJobConfigKubeToAPI),
Pod: common.MapPtr(v.Pod, MapPodConfigKubeToAPI),
Expand Down

0 comments on commit 5bd1dd5

Please # to comment.