Skip to content

Commit

Permalink
Use constant for domain name (apache#351)
Browse files Browse the repository at this point in the history
Signed-off-by: Moti Asayag <[email protected]>
  • Loading branch information
masayag authored and rgdoliveira committed Jan 29, 2024
1 parent 0d29f8d commit e24b963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflowproj/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit e24b963

Please sign in to comment.