We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c036b1 commit 118d32dCopy full SHA for 118d32d
pkg/utils/utils.go
@@ -73,6 +73,8 @@ func TransferAnnotations(list []*yaml.RNode, config *yaml.RNode) (err error) {
73
}
74
delete(annotations, FunctionAnnotationInjectLocal)
75
delete(annotations, FunctionAnnotationFunction)
76
+ delete(annotations, FunctionAnnotationPath)
77
+ delete(annotations, FunctionAnnotationIndex)
78
r.SetAnnotations(annotations)
79
80
return
0 commit comments