This is an automated email from the ASF dual-hosted git repository.
ricardozanini pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-serverless-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 55821794 Use constant for domain name (#351)
55821794 is described below
commit 55821794a6dce2d63b2ed153c44bf76b3cd70271
Author: Moti Asayag <[email protected]>
AuthorDate: Tue Jan 16 15:09:34 2024 +0200
Use constant for domain name (#351)
Signed-off-by: Moti Asayag <[email protected]>
---
workflowproj/operator.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/workflowproj/operator.go b/workflowproj/operator.go
index 46ff7ba3..7821c36a 100644
--- a/workflowproj/operator.go
+++ b/workflowproj/operator.go
@@ -35,7 +35,7 @@ const (
// LabelApp key to use among object selectors, "app" is used among k8s
applications to group objects in some UI consoles
LabelApp = "app"
// LabelService key to use among object selectors
- LabelService = "sonataflow.org/service"
+ LabelService = metadata.Domain + "/service"
// LabelWorkflow specialized label managed by the controller
LabelWorkflow = metadata.Domain + "/workflow-app"
)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]