Skip to content

Commit

Permalink
remove gitlabmapper
Browse files Browse the repository at this point in the history
  • Loading branch information
yeka committed Jan 13, 2023
1 parent 85215ab commit 653584b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions job/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@ package main

import (
"github.com/horizoncd/horizon/job/cmd"

// for image registry
_ "github.com/horizoncd/horizon/pkg/cluster/registry/harbor"

_ "github.com/horizoncd/horizon/pkg/git"
_ "github.com/horizoncd/horizon/pkg/git/github"
_ "github.com/horizoncd/horizon/pkg/git/gitlab"

// for template repo
_ "github.com/horizoncd/horizon/pkg/templaterepo/chartmuseumbase"

// for k8s workload
_ "github.com/horizoncd/horizon/pkg/cluster/cd/workload/deployment"
_ "github.com/horizoncd/horizon/pkg/cluster/cd/workload/kservice"
_ "github.com/horizoncd/horizon/pkg/cluster/cd/workload/pod"
_ "github.com/horizoncd/horizon/pkg/cluster/cd/workload/rollout"
)

func main() {
Expand Down

0 comments on commit 653584b

Please sign in to comment.