File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import (
13
13
cs "github.com/appscode/stash/client/typed/stash/v1alpha1"
14
14
"github.com/appscode/stash/pkg/controller"
15
15
"github.com/appscode/stash/pkg/docker"
16
- "github.com/appscode/stash/pkg/migrator"
17
16
"github.com/hashicorp/go-version"
18
17
"github.com/prometheus/client_golang/prometheus/promhttp"
19
18
"github.com/spf13/cobra"
@@ -73,10 +72,6 @@ func NewCmdRun() *cobra.Command {
73
72
log .Fatalln (err )
74
73
}
75
74
76
- if err = migrator .NewMigrator (kubeClient , crdClient ).RunMigration (); err != nil {
77
- log .Fatalln (err )
78
- }
79
-
80
75
log .Infof ("Starting operator version %s+%s ..." , v .Version .Version , v .Version .CommitHash )
81
76
// Now let's start the controller
82
77
stop := make (chan struct {})
You can’t perform that action at this time.
0 commit comments