Skip to content

Commit

Permalink
Remove duplicate labels injection
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Graetz <[email protected]>
  • Loading branch information
fg91 committed Dec 22, 2023
1 parent ce5d1de commit de102f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ func newTaskExecutionMetadata(tCtx pluginsCore.TaskExecutionMetadata, taskTmpl *
return TaskExecutionMetadata{
TaskExecutionMetadata: tCtx,
annotations: utils.UnionMaps(tCtx.GetAnnotations(), secretsMap),
labels: utils.UnionMaps(tCtx.GetLabels(), injectLabels, injectLabels),
labels: utils.UnionMaps(tCtx.GetLabels(), injectLabels),
}, nil
}

0 comments on commit de102f7

Please sign in to comment.