Skip to content

Commit 28c6773

Browse files
CatalogSource: require fields when extracting FBC (#295)
Signed-off-by: Steve Kuznetsov <[email protected]>
1 parent bb012a3 commit 28c6773

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Diff for: crds/operators.coreos.com_catalogsources.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,9 @@ spec:
535535
extractContent:
536536
description: ExtractContent configures the gRPC catalog Pod to extract catalog metadata from the provided index image and use a well-known version of the `opm` server to expose it. The catalog index image that this CatalogSource is configured to use *must* be using the file-based catalogs in order to utilize this feature.
537537
type: object
538+
required:
539+
- cacheDir
540+
- catalogDir
538541
properties:
539542
cacheDir:
540543
description: CacheDir is the directory storing the pre-calculated API cache.

0 commit comments

Comments
 (0)