You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/users/fbc_onboarding.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,19 +56,17 @@ $ tree operators/aqua
56
56
operators/aqua
57
57
├── 0.0.1
58
58
...
59
-
├── catalogs.yaml
60
59
├── catalog-templates
61
60
│ ├── v4.12.yaml
62
61
│ ├── v4.13.yaml
63
62
│ ├── v4.14.yaml
64
63
│ ├── v4.15.yaml
65
64
│ └── v4.16.yaml
66
65
├── ci.yaml
67
-
└── composite-config.yaml
68
66
```
69
67
... and File-based catalog in `catalogs` directory
70
68
```bash
71
-
$ tree catalogs
69
+
$ tree (repository root)/catalogs
72
70
catalogs
73
71
├── v4.12
74
72
│ └── aqua
@@ -92,20 +90,19 @@ catalogs
92
90
Artifacts generated in the previous step need to be added to a git and submitted via pull request. The operator pipeline validates the content of the catalogs and releases changes into ocp catalogs.
$ git commit --signoff -m "Add FBC resources for aqua operator"
101
98
```
102
99
103
100
## Generating catalogs from templates
104
-
Catalog templates are used to simplify a view of a catalog and allow easier manipulation of catalogs. The automated conversion pre-generates a basic + composite template that can be turned into full FBC using the following command:
101
+
Catalog templates are used to simplify a view of a catalog and allow easier manipulation of catalogs. The automated conversion pre-generates a basic template that can be turned into full FBC using the following command:
105
102
106
103
```bash
107
104
make catalog
108
105
```
109
106
110
107
Of course, you can choose any type of template that you prefer by modifying the Makefile target.
111
-
More information about catalog templates can be found [here](https://olm.operatorframework.io/docs/reference/catalog-templates/)
108
+
More information about catalog templates can be found [here](https://olm.operatorframework.io/docs/reference/catalog-templates/)
0 commit comments