Skip to content

Commit

Permalink
chore: change finalizer group to otto8.otto8.ai
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Nov 4, 2024
1 parent 90c8b8d commit 79763a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pkg/controller/data/otto.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: otto.gptscript.ai/v1
apiVersion: otto.otto8.ai/v1
kind: Agent
metadata:
name: a1-otto
Expand Down
10 changes: 5 additions & 5 deletions pkg/storage/apis/otto.otto8.ai/v1/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ var (
)

const (
RunFinalizer = "otto.gptscript.ai/run"
KnowledgeFileFinalizer = "otto.gptscript.ai/knowledge-file"
WorkspaceFinalizer = "otto.gptscript.ai/workspace"
KnowledgeSetFinalizer = "otto.gptscript.ai/knowledge-set"
KnowledgeSourceFinalizer = "otto.gptscript.ai/knowledge-source"
RunFinalizer = "otto.otto8.ai/run"
KnowledgeFileFinalizer = "otto.otto8.ai/knowledge-file"
WorkspaceFinalizer = "otto.otto8.ai/workspace"
KnowledgeSetFinalizer = "otto.otto8.ai/knowledge-set"
KnowledgeSourceFinalizer = "otto.otto8.ai/knowledge-source"
)

// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
Expand Down

0 comments on commit 79763a2

Please sign in to comment.