Skip to content

Commit

Permalink
chore: add new source push
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Jun 21, 2024
1 parent f1972cf commit 3899d03
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 @@ -5,4 +5,5 @@ const (
SourceConfigFile = "ConfigFile"
SourceUI = "UI"
SourceTopology = "Topology"
SourcePush = "Push"
)
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"]
values = ["KubernetesCRD", "ConfigFile", "UI", "Push", "Topology"]
}

0 comments on commit 3899d03

Please sign in to comment.