Skip to content

Commit

Permalink
fix: use k8s yaml lib (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm authored Sep 12, 2024
1 parent 3a76ec0 commit 8154b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/local/local/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ import (
helmclient "github.com/mittwald/go-helm-client"
"github.com/mittwald/go-helm-client/values"
"github.com/pterm/pterm"
"gopkg.in/yaml.v2"
"helm.sh/helm/v3/pkg/action"
"helm.sh/helm/v3/pkg/chart"
"helm.sh/helm/v3/pkg/release"
"helm.sh/helm/v3/pkg/repo"
corev1 "k8s.io/api/core/v1"
eventsv1 "k8s.io/api/events/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/util/yaml"
)

const (
Expand Down

0 comments on commit 8154b67

Please sign in to comment.