Skip to content

Commit

Permalink
use different yaml decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Apr 11, 2024
1 parent 2fa8ba0 commit f80df12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/resource/cluster_operator_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ import (
"github.com/pluralsh/polly/algorithms"
"github.com/samber/lo"
"github.com/sirupsen/logrus"
"gopkg.in/yaml.v2"
"helm.sh/helm/v3/pkg/action"
"helm.sh/helm/v3/pkg/chart"
"helm.sh/helm/v3/pkg/chart/loader"
"helm.sh/helm/v3/pkg/cli"
"helm.sh/helm/v3/pkg/release"
"sigs.k8s.io/yaml"
)

type OperatorHandler struct {
Expand Down

0 comments on commit f80df12

Please sign in to comment.