Skip to content

Commit 90a765b

Browse files
committed
doc/design/milestone-0.0.7/csv-generation.md: formatting and add 'describe.yaml' file location assumption
1 parent 1a51cc5 commit 90a765b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/design/milestone-0.0.7/csv-generation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ import (
5353
...
5454
appsv1 "k8s.io/api/apps/v1"
5555
rbacv1beta1 "k8s.io/api/rbac/v1beta1"
56-
"github.com/operator-framework/operator-lifecycle-manager/pkg/api/apis/operators/v1alpha1"
56+
"github.com/operator-framework/operator-lifecycle-manager/pkg/api/apis/operators/v1alpha1"
5757
"github.com/operator-framework/operator-lifecycle-manager/pkg/controller/install"
5858
)
5959

@@ -123,7 +123,7 @@ func (us *CSVInstallStrategyUpdate) Apply(csv *v1alpha1.ClusterServiceVersion) e
123123

124124
### User-defined yaml objects
125125

126-
Many CSV component objects cannot be populated using generated, non-SDK-specific manifests. These objects are mostly human-written, English metadata about the operator and various CRD's. A file, `describe.yaml`, with the following format should be written by a user with which the SDK can populate CSV objects:
126+
Many CSV component objects cannot be populated using generated, non-SDK-specific manifests. These objects are mostly human-written, English metadata about the operator and various CRD's. A file, `describe.yaml`, should be written by a user with which the SDK can populate CSV objects; this file should live in the `deploy` directory. `describe.yaml` will have the following format:
127127

128128
```yaml
129129
replaces: test-operator.0.1.0

0 commit comments

Comments
 (0)