Skip to content

Commit f80df12

Browse files
use different yaml decoder
1 parent 2fa8ba0 commit f80df12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/resource/cluster_operator_handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ import (
1010
"github.com/pluralsh/polly/algorithms"
1111
"github.com/samber/lo"
1212
"github.com/sirupsen/logrus"
13-
"gopkg.in/yaml.v2"
1413
"helm.sh/helm/v3/pkg/action"
1514
"helm.sh/helm/v3/pkg/chart"
1615
"helm.sh/helm/v3/pkg/chart/loader"
1716
"helm.sh/helm/v3/pkg/cli"
1817
"helm.sh/helm/v3/pkg/release"
18+
"sigs.k8s.io/yaml"
1919
)
2020

2121
type OperatorHandler struct {

0 commit comments

Comments
 (0)