Skip to content

Commit

Permalink
rename annotation prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
maorfr committed Nov 29, 2018
1 parent b2df0f6 commit ef06da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/orca/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

const (
annotationPrefix string = "orca.io"
annotationPrefix string = "orca.nuvocares.com"
stateAnnotation string = annotationPrefix + "/state"
busyState string = "busy"
freeState string = "free"
Expand Down

0 comments on commit ef06da9

Please sign in to comment.