We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90045f3 commit e892f54Copy full SHA for e892f54
internal/operator-controller/applier/helm_test.go
@@ -101,7 +101,8 @@ func (mag *mockActionGetter) Reconcile(rel *release.Release) error {
101
var (
102
// required for unmockable call to convert.RegistryV1ToHelmChart
103
validFS = fstest.MapFS{
104
- "metadata/annotations.yaml": &fstest.MapFile{Data: []byte("{}")},
+ "metadata/annotations.yaml": &fstest.MapFile{Data: []byte(`annotations:
105
+ operators.operatorframework.io.bundle.package.v1: my-package`)},
106
"manifests": &fstest.MapFile{Data: []byte(`apiVersion: operators.operatorframework.io/v1alpha1
107
kind: ClusterServiceVersion
108
metadata:
0 commit comments