Skip to content

Commit 436783b

Browse files
authored
make grpcPodConfig.extractContent.cacheDir an optional field (#421)
1 parent e9b2ef9 commit 436783b

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

crds/operators.coreos.com_catalogsources.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -975,11 +975,10 @@ spec:
975975
configured to use *must* be using the file-based catalogs in order to utilize this feature.
976976
type: object
977977
required:
978-
- cacheDir
979978
- catalogDir
980979
properties:
981980
cacheDir:
982-
description: CacheDir is the directory storing the pre-calculated API cache.
981+
description: CacheDir is the (optional) directory storing the pre-calculated API cache.
983982
type: string
984983
catalogDir:
985984
description: CatalogDir is the directory storing the file-based catalog contents.

0 commit comments

Comments
 (0)