From 44140dc7499ac0aa351599271c4da21d3df63c4d Mon Sep 17 00:00:00 2001 From: jiangpengcheng Date: Wed, 8 May 2024 15:41:28 +0800 Subject: [PATCH] Update label --- controllers/spec/common.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/controllers/spec/common.go b/controllers/spec/common.go index 852079f6..e0254385 100644 --- a/controllers/spec/common.go +++ b/controllers/spec/common.go @@ -20,7 +20,6 @@ package spec import ( "bytes" "context" - // used for template _ "embed" "encoding/json" @@ -132,7 +131,7 @@ const ( LabelComponent = "compute.functionmesh.io/component" LabelName = "compute.functionmesh.io/name" LabelNamespace = "compute.functionmesh.io/namespace" - LabelCustomResourceUnit = "streamnative.io/custom-resource-unit" + LabelCustomResourceUnit = "compute.functionmesh.io/custom-resource-unit" FunctionContainerName = "pulsar-function" SinkContainerName = "pulsar-sink"