Skip to content

Commit 8154b67

Browse files
authored
fix: use k8s yaml lib (#113)
1 parent 3a76ec0 commit 8154b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/local/local/install.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ import (
2323
helmclient "github.com/mittwald/go-helm-client"
2424
"github.com/mittwald/go-helm-client/values"
2525
"github.com/pterm/pterm"
26-
"gopkg.in/yaml.v2"
2726
"helm.sh/helm/v3/pkg/action"
2827
"helm.sh/helm/v3/pkg/chart"
2928
"helm.sh/helm/v3/pkg/release"
3029
"helm.sh/helm/v3/pkg/repo"
3130
corev1 "k8s.io/api/core/v1"
3231
eventsv1 "k8s.io/api/events/v1"
3332
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
33+
"k8s.io/apimachinery/pkg/util/yaml"
3434
)
3535

3636
const (

0 commit comments

Comments
 (0)