Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Okhlopkov <pavel.okhlopkov@flant.com>
  • Loading branch information
Pavel Okhlopkov committed Jan 28, 2025
1 parent 53d98fc commit a60415b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkg/helm/helm3lib/helm3lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import (

"github.com/deckhouse/deckhouse/pkg/log"
logContext "github.com/deckhouse/deckhouse/pkg/log/context"
"github.com/flant/addon-operator/pkg/helm/client"
"github.com/flant/addon-operator/pkg/helm/post_renderer"
"github.com/flant/addon-operator/pkg/utils"
"helm.sh/helm/v3/pkg/action"
"helm.sh/helm/v3/pkg/chart/loader"
"helm.sh/helm/v3/pkg/chartutil"
Expand All @@ -28,6 +25,10 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/cli-runtime/pkg/genericclioptions"
"k8s.io/client-go/rest"

"github.com/flant/addon-operator/pkg/helm/client"
"github.com/flant/addon-operator/pkg/helm/post_renderer"
"github.com/flant/addon-operator/pkg/utils"
)

var helmPostRenderer *post_renderer.PostRenderer
Expand Down

0 comments on commit a60415b

Please sign in to comment.