Skip to content

Commit fffdb0e

Browse files
authored
Update file-based-catalogs.md: improve composability example (#340)
Signed-off-by: Joe Lanford <[email protected]>
1 parent 2c28ed5 commit fffdb0e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/en/docs/Reference/file-based-catalogs.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,13 @@ catalog composition, discovery, and navigation as simple as trivial filesystem o
9595
> ├── pkgA
9696
> │ └── operator.yaml
9797
> ├── pkgB
98-
> │ ├── .indexignore
98+
> │ ├── .indexignore # to ignore README.md
9999
> │ ├── operator.yaml
100-
> │ └── objects
101-
> │ └── pkgB.v0.1.0.clusterserviceversion.yaml
100+
> │ └── README.md
102101
> └── pkgC
103-
> └── operator.json
102+
> │ ├── package.json
103+
> │ ├── channels.yaml
104+
> └── bundles.json
104105
> ```
105106
106107
This catalog could also be trivially included in a parent catalog by simply copying it into the parent catalog's root

0 commit comments

Comments
 (0)