Skip to content

Commit

Permalink
fix: merge maps
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 18, 2024
1 parent bc49ed2 commit ea3e45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/testworkflows/testworkflowprocessor/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func (p *processor) Bundle(ctx context.Context, workflow *testworkflowsv1.TestWo
pvcs[i].Name = pvcs[i].Name[index+1:]
}
}
options.Config.Execution.PvcNames = mapPvc
options.Config.Execution.PvcNames = common.MergeMaps(options.Config.Execution.PvcNames, mapPvc)

// Finalize Secrets
secrets := append(layer.Secrets(), options.Secrets...)
Expand Down

0 comments on commit ea3e45c

Please sign in to comment.