Skip to content

Commit 118d32d

Browse files
committed
🐛 remove path annotation from heredoc generated resources
1 parent 1c036b1 commit 118d32d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/utils/utils.go

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ func TransferAnnotations(list []*yaml.RNode, config *yaml.RNode) (err error) {
7373
}
7474
delete(annotations, FunctionAnnotationInjectLocal)
7575
delete(annotations, FunctionAnnotationFunction)
76+
delete(annotations, FunctionAnnotationPath)
77+
delete(annotations, FunctionAnnotationIndex)
7678
r.SetAnnotations(annotations)
7779
}
7880
return

0 commit comments

Comments
 (0)