Skip to content

Commit

Permalink
switch off volume get
Browse files Browse the repository at this point in the history
  • Loading branch information
paul committed Jun 14, 2018
1 parent 8e8abb1 commit b56896a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/cli/get.go
Expand Up @@ -15,7 +15,6 @@ import (
"github.com/containerum/chkit/pkg/cli/service"
"github.com/containerum/chkit/pkg/cli/solution"
"github.com/containerum/chkit/pkg/cli/user"
"github.com/containerum/chkit/pkg/cli/volume"
"github.com/containerum/chkit/pkg/configuration"
"github.com/containerum/chkit/pkg/context"
"github.com/spf13/cobra"
Expand All @@ -41,7 +40,7 @@ func Get(ctx *context.Context) *cobra.Command {
prerun.WithInit(ctx, clisolution.Get), //
containerumapi.Get(ctx), //
prerun.WithInit(ctx, cliconfigmap.Get), //
prerun.WithInit(ctx, volume.Get), //
//prerun.WithInit(ctx, volume.Get), //
prerun.WithInit(ctx, clideployment.GetVersions),
&cobra.Command{
Use: "default-namespace",
Expand Down

0 comments on commit b56896a

Please sign in to comment.