File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ import (
1313
1414 "github.com/deckhouse/deckhouse/pkg/log"
1515 logContext "github.com/deckhouse/deckhouse/pkg/log/context"
16- "github.com/flant/addon-operator/pkg/helm/client"
17- "github.com/flant/addon-operator/pkg/helm/post_renderer"
18- "github.com/flant/addon-operator/pkg/utils"
1916 "helm.sh/helm/v3/pkg/action"
2017 "helm.sh/helm/v3/pkg/chart/loader"
2118 "helm.sh/helm/v3/pkg/chartutil"
@@ -28,6 +25,10 @@ import (
2825 metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2926 "k8s.io/cli-runtime/pkg/genericclioptions"
3027 "k8s.io/client-go/rest"
28+
29+ "github.com/flant/addon-operator/pkg/helm/client"
30+ "github.com/flant/addon-operator/pkg/helm/post_renderer"
31+ "github.com/flant/addon-operator/pkg/utils"
3132)
3233
3334var helmPostRenderer * post_renderer.PostRenderer
You can’t perform that action at this time.
0 commit comments