Skip to content

Commit

Permalink
Use the correct yaml package in main controller (#990) (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfspiritM authored Jan 28, 2022
1 parent 86ec304 commit 2f97589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/cluster/main-controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"github.com/minio/operator/pkg/resources/configmaps"
"github.com/minio/operator/pkg/resources/deployments"
"github.com/minio/operator/pkg/resources/secrets"
"sigs.k8s.io/yaml"
"gopkg.in/yaml.v2"

"github.com/minio/madmin-go"
"k8s.io/klog/v2"
Expand Down

0 comments on commit 2f97589

Please sign in to comment.