Skip to content

Commit

Permalink
feat: add CRDSync source type
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Aug 26, 2024
1 parent 8537cfd commit 48deef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions models/source.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ const (
SourceUI = "UI"
SourceTopology = "Topology"
SourcePush = "Push"
SourceCRDSync = "CRDSync"
)
2 changes: 1 addition & 1 deletion schema/vars.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ enum "source" {
# The "Topology" value cannot be dropped as migration drops the enum
# and tries to recreate it
# TODO: Create new enum, replace usage and delete this one
values = ["KubernetesCRD", "ConfigFile", "UI", "Topology", "Push"]
values = ["KubernetesCRD", "ConfigFile", "UI", "Topology", "Push", "CRDSync"]
}

0 comments on commit 48deef0

Please sign in to comment.