We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d2e010 commit ee38503Copy full SHA for ee38503
internal/api/convert/v1alpha.go
@@ -17,7 +17,7 @@ package convert
17
import (
18
"errors"
19
20
- "sigs.k8s.io/yaml"
+ "gopkg.in/yaml.v3"
21
22
"github.com/open-telemetry/opentelemetry-operator/apis/v1alpha1"
23
"github.com/open-telemetry/opentelemetry-operator/apis/v1alpha2"
internal/api/convert/v1alpha_test.go
@@ -19,7 +19,7 @@ import (
"testing"
"github.com/stretchr/testify/assert"
24
25
)
0 commit comments