Skip to content

Commit 44140dc

Browse files
Update label
1 parent 9b5c523 commit 44140dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

controllers/spec/common.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ package spec
2020
import (
2121
"bytes"
2222
"context"
23-
2423
// used for template
2524
_ "embed"
2625
"encoding/json"
@@ -132,7 +131,7 @@ const (
132131
LabelComponent = "compute.functionmesh.io/component"
133132
LabelName = "compute.functionmesh.io/name"
134133
LabelNamespace = "compute.functionmesh.io/namespace"
135-
LabelCustomResourceUnit = "streamnative.io/custom-resource-unit"
134+
LabelCustomResourceUnit = "compute.functionmesh.io/custom-resource-unit"
136135

137136
FunctionContainerName = "pulsar-function"
138137
SinkContainerName = "pulsar-sink"

0 commit comments

Comments
 (0)